mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix parser bug
This commit is contained in:
parent
4816f7ddd2
commit
8f835b7336
1 changed files with 1 additions and 3 deletions
|
@ -146,7 +146,5 @@ class Cleaner:
|
|||
return None
|
||||
elif isinstance(time_entry, datetime):
|
||||
print(time_entry)
|
||||
elif isinstance(time_entry, str):
|
||||
return str(time_entry)
|
||||
else:
|
||||
return time_entry
|
||||
return str(time_entry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue