Skip to content

Commit

Permalink
Remove an extra " from the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Nov 10, 2021
1 parent 636f6ef commit 390d911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot_ner/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
'formatters': {
'default': {
'format': '"%(asctime)s %(levelname)s %(message)s %(module)s:%(lineno)d'
'format': '%(asctime)s %(levelname)s %(message)s %(module)s:%(lineno)d'
},
},
'handlers': {
Expand Down

0 comments on commit 390d911

Please sign in to comment.