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