mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
CurrentScan sync #334
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user