Massive UI improvements...

pull/1/head
Garrett Mills 2 years ago committed by GitHub
parent 7110d73ea6
commit 3a760f8bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save