This commit is contained in:
Hell13Cat
2026-05-27 01:28:03 +03:00
parent ed7bc4fba5
commit 2a103d246b
9 changed files with 383 additions and 605 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import requests
from datetime import datetime
def gelbooru_date_parse(date_str):
if not self.date_str:
if not date_str:
return 0, "Unknown"
try:
dt = datetime.strptime(date_str, "%a %b %d %H:%M:%S %z %Y")