drop appName

This commit is contained in:
2019-07-14 00:11:03 +02:00
parent 34766a0d32
commit c3cd27261d

View File

@ -1,7 +1,6 @@
class Config(object):
def __init__(self):
self.appName = 'mbm'
self.logFile = '/tmp/mbm.log'
self.mqttBrokerHost = '172.16.2.16'
self.mqttBrokerPort = 1883