mirror of
https://github.com/dbisu/pico-ducky.git
synced 2025-12-06 02:41:45 +00:00
Fix typo (#197)
This commit is contained in:
@@ -232,7 +232,7 @@ async def startWebService():
|
|||||||
PORT = 80 # Port to listen on
|
PORT = 80 # Port to listen on
|
||||||
print(HOST,PORT)
|
print(HOST,PORT)
|
||||||
|
|
||||||
wsgiServer = server.WSGIServer(80, application=web_app)
|
wsgiServer = server.WSGIServer(PORT, application=web_app)
|
||||||
|
|
||||||
print(f"open this IP in your browser: http://{HOST}:{PORT}/")
|
print(f"open this IP in your browser: http://{HOST}:{PORT}/")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user