diff --git a/notifier.py b/notifier.py index 1afc3aa9..259cbd0c 100644 --- a/notifier.py +++ b/notifier.py @@ -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 = {}