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:
Albert Hopkins 2013-10-26 14:51:24 +00:00
parent 23ab660d15
commit 48da0880b9
1 changed files with 1 additions and 1 deletions

View File

@ -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': {