update requirements, add missing lines
This commit is contained in:
parent
f91a85b241
commit
756443f7af
@ -1471,6 +1471,8 @@ if __name__ == '__main__':
|
|||||||
UNIT = rules_module.UNIT
|
UNIT = rules_module.UNIT
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
spec = importlib.util.spec_from_file_location("module.name", cli_args.RULES_FILE)
|
||||||
|
rules_module = importlib.util.module_from_spec(spec)
|
||||||
try:
|
try:
|
||||||
spec.loader.exec_module(rules_module)
|
spec.loader.exec_module(rules_module)
|
||||||
logger.info('(ROUTER) Routing bridges file found and bridges imported: %s', cli_args.RULES_FILE)
|
logger.info('(ROUTER) Routing bridges file found and bridges imported: %s', cli_args.RULES_FILE)
|
||||||
|
@ -15,3 +15,4 @@ pymysql
|
|||||||
folium
|
folium
|
||||||
requests
|
requests
|
||||||
libsrc
|
libsrc
|
||||||
|
resettabletimer
|
||||||
|
Loading…
Reference in New Issue
Block a user