Update main.py

This commit is contained in:
Meghdad
2024-11-23 11:26:37 +03:30
committed by GitHub
parent 06820a7b5a
commit 34f4775fb5

View File

@@ -50,6 +50,7 @@ def is_time_past(time_str: str) -> bool:
return false return false
def make_message(html: str) -> str|None: def make_message(html: str) -> str|None:
return None
if len(html) == 0: if len(html) == 0:
return "خطا در خواندن صفحه!" return "خطا در خواندن صفحه!"