mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-09 11:12:55 -05:00
Add settings dialog, camera controls
This commit is contained in:
@@ -33,7 +33,7 @@ class RqstHandler(BaseHTTPRequestHandler):
|
||||
|
||||
|
||||
def run(name):
|
||||
httpd = HTTPServer(('127.0.0.1', 9302), RqstHandler)
|
||||
httpd = HTTPServer(('0.0.0.0', 9302), RqstHandler)
|
||||
httpd.serve_forever()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user