From ed6ecbd282a5906091210529c20cba0b70628deb Mon Sep 17 00:00:00 2001 From: none Date: Sun, 25 Feb 2024 18:23:54 +0300 Subject: [PATCH] up --- network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: