mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-10 08:53:37 +00:00
rename globals to globalVars
to prevent to redifine an builtin function
This commit is contained in:
parent
e8e870849d
commit
f8fcda94b6
30 changed files with 115 additions and 115 deletions
|
|
@ -14,7 +14,7 @@ and the time ignoring the id in case of a double alarm
|
|||
import logging # Global logger
|
||||
import time # timestamp for doublealarm
|
||||
|
||||
from includes import globals # Global variables
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
#
|
||||
# ListStructure [0..n] = (ID, TimeStamp, msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue