This commit is contained in:
none 2024-02-25 18:23:54 +03:00
parent c1ddda30ab
commit ed6ecbd282

View File

@ -39,7 +39,7 @@ def server_http():
os.chdir("cached")
os.system("python -m http.server")
except:
print("SERVER_HTTP FALLED")
print("SERVER_HTTP FALLED")
def server(http_port):
while True: