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