Mege NF_0004

This commit is contained in:
2026-04-27 12:47:13 -04:00
parent 98c37f2204
commit cb5a1bfbbe
2 changed files with 4 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ class Video:
url=splits[1].strip()
icon=splits[2].strip()
datePart = splits[3].strip()
timestamp = DateTime.getCurrentTime()
timestamp = DateTime()
try :
timestamp=DateTime(datePart)
except Exception as exception: