CurrentScan sync #334

This commit is contained in:
Jokob-sk
2023-08-11 08:04:20 +10:00
parent 4fa8b8c4ef
commit 75c4b50d96
4 changed files with 30 additions and 16 deletions

View File

@@ -1,5 +1,11 @@
""" config related functions for Pi.Alert """
# TODO: Create and manage this as part of an app_state class object
#===============================================================================
# class app_state:
# def __init__(self, currentScanNeedsProcessing = False):
# self.currentScanNeedsProcessing = currentScanNeedsProcessing
# These are global variables, not config items and should not exist !
mySettings = []
@@ -15,6 +21,8 @@ tz = ''
# set to a small value to force import at first run
lastImportedConfFile = 1.1
currentScanNeedsProcessing = False
plugins_once_run = False
newVersionAvailable = False
time_started = ''