mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-07 07:23:38 +00:00
little debug and error edits
This commit is contained in:
parent
be9aa3b722
commit
0e952d6057
4 changed files with 20 additions and 17 deletions
|
|
@ -9,8 +9,8 @@ from includes import globals # Global variables
|
|||
|
||||
|
||||
def loadFilters():
|
||||
logging.debug("loading filters")
|
||||
try:
|
||||
logging.debug("loading filters")
|
||||
for key,val in globals.config.items("Filters"):
|
||||
logging.debug(" - %s = %s", key, val)
|
||||
filter = val.split(";")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue