From 0d16b4d6d2e997b99d08203777c3ce64dbfde827 Mon Sep 17 00:00:00 2001 From: chongy076 <50088438+chongy076@users.noreply.github.com> Date: Mon, 1 May 2023 10:20:05 +0800 Subject: [PATCH] remove extra spacings --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 7408e360..12d0011e 100644 --- a/app.py +++ b/app.py @@ -610,7 +610,6 @@ if __name__ == "__main__": # app.config['executor'] = executor bot = Gpt4AllWebUI(app, socketio, config, personality, config_file_path) - # chong Define custom WebSocketHandler with error handling class CustomWebSocketHandler(WebSocketHandler): def handle_error(self, environ, start_response, e):