mirror of
https://github.com/Username-ejg-not-available/snake-vuejs.git
synced 2025-06-07 09:53:56 +00:00
Merge 3a760f8bb0
into 7110d73ea6
This commit is contained in:
commit
db0a615bab
1
game.py
1
game.py
@ -17,4 +17,5 @@ httpd = socketserver.TCPServer(("", PORT), HTTPRequestHandler)
|
||||
webbrowser.register('firefox',None,webbrowser.BackgroundBrowser("C:\\Program Files\\Mozilla Firefox\\firefox.exe"))
|
||||
#input("zonks:")
|
||||
webbrowser.get('firefox').open_new_tab("http://localhost:8000")
|
||||
print("Listening on port 8000...")
|
||||
httpd.serve_forever()
|
||||
|
Loading…
Reference in New Issue
Block a user