resolved cirqular imports

This commit is contained in:
Data-Monkey
2023-05-23 21:18:44 +10:00
parent e27610a199
commit 3adfa2c268
15 changed files with 360 additions and 326 deletions

View File

@@ -2,9 +2,8 @@ import subprocess
import re
from const import fullPholusPath, logPath
from pialert.database import updateState
from pialert.helper import checkIPV4, timeNow
from pialert.logger import mylog
from helper import checkIPV4, timeNow, updateState
from logger import mylog
#-------------------------------------------------------------------------------