mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -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
|
return None
|
||||||
elif isinstance(time_entry, datetime):
|
elif isinstance(time_entry, datetime):
|
||||||
print(time_entry)
|
print(time_entry)
|
||||||
elif isinstance(time_entry, str):
|
|
||||||
return str(time_entry)
|
|
||||||
else:
|
else:
|
||||||
return time_entry
|
return str(time_entry)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue