Fixed poller-wrapper.py so it can connect to database (#7507)

This commit is contained in:
Benedict Law
2017-10-18 03:59:36 -04:00
committed by Neil Lathwood
parent ee5c223669
commit 3dab275f14

View File

@@ -84,6 +84,7 @@ if config['db_socket']:
db_socket = config['db_socket']
else:
db_server = config['db_host']
db_socket = None
db_dbname = config['db_name']