Skip to content

Commit

Permalink
Update Installer_UI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Oct 2, 2024
1 parent cb0923c commit 70f88d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer_UI/Installer_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ def get_signal_quality():
(r"/", MainHandler),
(r"/(.*)", tornado.web.StaticFileHandler, {"path": "./"})
])
application.listen(8080)
application.listen(8000)
tornado.ioloop.IOLoop.instance().start()

0 comments on commit 70f88d7

Please sign in to comment.