Reformat long line

This commit is contained in:
LittlePony 2020-01-31 22:10:18 +03:00 committed by GitHub
parent 39b67bf79e
commit b7779cb7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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