mirror of
https://github.com/django/daphne.git
synced 2025-07-27 07:29:46 +03:00
Reformat long line
This commit is contained in:
parent
39b67bf79e
commit
b7779cb7ff
|
@ -283,7 +283,9 @@ class Server(object):
|
||||||
self.stop()
|
self.stop()
|
||||||
else:
|
else:
|
||||||
logger.error(
|
logger.error(
|
||||||
"Exception inside application: %s", exception.__repr__(), stack_info=True
|
"Exception inside application: %s",
|
||||||
|
exception.__repr__(),
|
||||||
|
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