mirror of
https://github.com/django/daphne.git
synced 2025-07-27 07:29:46 +03:00
fix __repr__ method call
This commit is contained in:
parent
5c3ea9b638
commit
39b67bf79e
|
@ -283,7 +283,7 @@ class Server(object):
|
|||
self.stop()
|
||||
else:
|
||||
logger.error(
|
||||
"Exception inside application: %s", exception.__repr__, stack_info=True
|
||||
"Exception inside application: %s", exception.__repr__(), stack_info=True
|
||||
)
|
||||
if not disconnected:
|
||||
protocol.handle_exception(exception)
|
||||
|
|
Loading…
Reference in New Issue
Block a user