Missing comma added

This commit is contained in:
LittlePony 2020-01-31 22:29:10 +03:00 committed by GitHub
parent 3fd72c8652
commit 275e508e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)