mirror of
https://github.com/django/daphne.git
synced 2025-07-27 07:29:46 +03:00
Missing comma added
This commit is contained in:
parent
3fd72c8652
commit
275e508e1d
|
@ -285,7 +285,7 @@ class Server(object):
|
|||
logger.error(
|
||||
"Exception inside application: %s",
|
||||
exception.__repr__(),
|
||||
stack_info=True
|
||||
stack_info=True,
|
||||
)
|
||||
if not disconnected:
|
||||
protocol.handle_exception(exception)
|
||||
|
|
Loading…
Reference in New Issue
Block a user