From f656326e7fa752dc2ea32c2a376e8d7ba1233aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Gim=C3=A9nez?= Date: Wed, 5 Aug 2020 00:58:14 -0300 Subject: [PATCH] python3 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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