mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 06:42:17 +00:00
Fix silly typo on the logging config.
This commit is contained in:
@@ -127,7 +127,7 @@ LOGGING = {
|
||||
'console': {
|
||||
'level': 'INFO',
|
||||
'class': 'logging.StreamHandler',
|
||||
'strm': sys.stdout
|
||||
'stream': sys.stdout,
|
||||
},
|
||||
},
|
||||
'loggers': {
|
||||
|
||||
Reference in New Issue
Block a user