diff --git a/__init__.py b/__init__.py index ed4253c..8d9fbdb 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ from modules import app, cbpi -from thread import start_new_thread +from _thread import start_new_thread import logging import time import requests