remove extra spacings

This commit is contained in:
chongy076 2023-05-01 10:20:05 +08:00 committed by GitHub
parent 2fd85eec17
commit 0d16b4d6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
app.py
View File

@ -610,7 +610,6 @@ if __name__ == "__main__":
# app.config['executor'] = executor # app.config['executor'] = executor
bot = Gpt4AllWebUI(app, socketio, config, personality, config_file_path) bot = Gpt4AllWebUI(app, socketio, config, personality, config_file_path)
# chong Define custom WebSocketHandler with error handling # chong Define custom WebSocketHandler with error handling
class CustomWebSocketHandler(WebSocketHandler): class CustomWebSocketHandler(WebSocketHandler):
def handle_error(self, environ, start_response, e): def handle_error(self, environ, start_response, e):