forked from platypush/platypush
fix
This commit is contained in:
parent
c397ae44c9
commit
157429cf2b
1 changed files with 1 additions and 0 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue