main.py aktualisiert

master
Justus Jan Nico Wolff 2023-07-21 14:17:08 +02:00
parent eadc77dbe8
commit d762da1943
1 changed files with 136 additions and 136 deletions

View File

@ -132,6 +132,6 @@ class JSRequestHandler(http.server.BaseHTTPRequestHandler):
return
#https://www.justserv2.l--n.de
httpd = http.server.ThreadingHTTPServer(('localhost', 8080 ), JSRequestHandler)
httpd = http.server.ThreadingHTTPServer(('192.168.178.139', 8080 ), JSRequestHandler)
threading.Thread(target=httpd.serve_forever).start()
container.mainloop()