From b764e0273439821c08d7bdec76e2644f32505193 Mon Sep 17 00:00:00 2001 From: pablusha Date: Thu, 31 Jul 2025 17:19:45 +0000 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D0=B5=D0=B4=20=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D1=80=20=D0=B8=D1=81=D1=81=D1=83=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 876bc8f..1c066c5 100644 --- a/main.py +++ b/main.py @@ -94,7 +94,7 @@ class WebServer: files += f'{file_name} | {formatted_time}
' - resp = resp.replace("FILES", files) + resp = resp.replace("", files) resp = resp.replace("//", "/") resp = resp.encode() headers = (