Fehlende Anführungszeichen hinzugefügt resolves #3

This commit is contained in:
Giò Diani 2025-01-05 21:45:23 +01:00
parent d9cae3d0ab
commit f5a2b16721

View File

@ -345,7 +345,7 @@ class Database:
type == 'calendar' AND
property_id = {property_id} AND
calendar NOT NULL AND
created_at >= '2024-04-16'
created_at >= '{scrape_date}'
ORDER BY
created_at
LIMIT 1