mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Remove non-working ini logging config
This commit is contained in:
@ -27,7 +27,7 @@ def SetupLogging(Level):
|
||||
|
||||
def ConfigLogging(Level):
|
||||
Num = DefConf['Logging']
|
||||
if Level:
|
||||
if type(Level) == str:
|
||||
if Level.isdecimal():
|
||||
Num = int(Level)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user