teamplayer/settings_local.py: Fix typo in string interpolation.
For some reason this never raised an error before and now it does :S
This commit is contained in:
parent
23ab660d15
commit
48da0880b9
|
@ -77,7 +77,7 @@ LOGGING = {
|
|||
},
|
||||
'formatters': {
|
||||
'verbose': {
|
||||
'format': '%(levelname)s:%(name):%(asctime)s %(message)s'
|
||||
'format': '%(levelname)s:%(name)s:%(asctime)s %(message)s'
|
||||
}
|
||||
},
|
||||
'handlers': {
|
||||
|
|
Loading…
Reference in New Issue