From 8a450e4bfe6a89b4d3b7c8ae6ab24783c2e1bd63 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 5 Dec 2024 19:37:26 +0100 Subject: [PATCH] Update. --- src/rchat/__main__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rchat/__main__.py b/src/rchat/__main__.py index a5ed602..6050dd4 100644 --- a/src/rchat/__main__.py +++ b/src/rchat/__main__.py @@ -5,10 +5,8 @@ from rchat.app import create_app def main(): app = create_app() - web.run_app(app, port=8080) + web.run_app(app, port=3018) -# Run the server if __name__ == "__main__": main() -# static/index.html