Update __init__.py
This commit is contained in:
		@@ -19,7 +19,7 @@ def main():
 | 
			
		||||
    Entry point for mqtt logger.
 | 
			
		||||
    '''
 | 
			
		||||
    logging.basicConfig(format=LOG_FORMAT, filename=OWN_LOG_FILE)
 | 
			
		||||
    conn = mqtt.Mqtt(hostname='gitlab', subscribe=['#'])
 | 
			
		||||
    conn = mqtt.Mqtt(hostname='localhost', subscribe=['#'])
 | 
			
		||||
    if conn.connect() is False:
 | 
			
		||||
        logging.error('couldn\'t connect...')
 | 
			
		||||
        return 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user