Fehlende Anführungszeichen hinzugefügt resolves #3
parent
d9cae3d0ab
commit
f5a2b16721
|
@ -345,7 +345,7 @@ class Database:
|
||||||
type == 'calendar' AND
|
type == 'calendar' AND
|
||||||
property_id = {property_id} AND
|
property_id = {property_id} AND
|
||||||
calendar NOT NULL AND
|
calendar NOT NULL AND
|
||||||
created_at >= '2024-04-16'
|
created_at >= '{scrape_date}'
|
||||||
ORDER BY
|
ORDER BY
|
||||||
created_at
|
created_at
|
||||||
LIMIT 1
|
LIMIT 1
|
||||||
|
|
Loading…
Reference in New Issue