From 34f4775fb53f9e74d2ad06b6a524a067840ffe67 Mon Sep 17 00:00:00 2001 From: Meghdad <61308304+MeghdadFadaee@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:26:37 +0330 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 6f56da2..b17d5c0 100644 --- a/main.py +++ b/main.py @@ -50,6 +50,7 @@ def is_time_past(time_str: str) -> bool: return false def make_message(html: str) -> str|None: + return None if len(html) == 0: return "خطا در خواندن صفحه!"