diff --git a/network.py b/network.py index bf649f9..7e706bf 100644 --- a/network.py +++ b/network.py @@ -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: