Massive UI improvements...

This commit is contained in:
Garrett Mills 2022-02-24 13:34:23 -06:00 committed by GitHub
parent 7110d73ea6
commit 3a760f8bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()