Update.
This commit is contained in:
parent
40b8bd42fd
commit
8a450e4bfe
@ -5,10 +5,8 @@ from rchat.app import create_app
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
app = create_app()
|
app = create_app()
|
||||||
web.run_app(app, port=8080)
|
web.run_app(app, port=3018)
|
||||||
|
|
||||||
|
|
||||||
# Run the server
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
# static/index.html
|
|
||||||
|
Loading…
Reference in New Issue
Block a user