This commit is contained in:
Simon 2020-10-01 00:23:20 +01:00
parent 29e8b9519a
commit dacf57648a
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ def mysql_config_check():
#Add MySQL config data to config dict
CONFIG['SYSTEMS'].update(SQLCONFIG)
SQLCONFIG = {}
SQLCONFIG = {}
sql.close()
class routerOBP(OPENBRIDGE):