This commit is contained in:
Fabio Manganiello 2017-11-03 11:46:44 +01:00
parent c397ae44c9
commit 157429cf2b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ curdir = os.path.dirname(os.path.realpath(__file__))
lib_dir = curdir + os.sep + 'lib'
sys.path.insert(0, lib_dir)
DEVICE_ID = None
modules = {}
plugins = {}