💡 add some comment
Some checks failed
ci / docker (push) Failing after 4s

This commit is contained in:
Finn Christiansen 2023-11-08 22:50:50 +01:00
parent 55aca081c7
commit 3112c4a73b

View file

@ -25,6 +25,7 @@ def addreminder():
error = 'can\'t read file' error = 'can\'t read file'
return render_template('index.html', form=form, error=error) return render_template('index.html', form=form, error=error)
# iterate over every event in ics file
for component in calendar.walk('VEVENT'): for component in calendar.walk('VEVENT'):
valarm_found = False valarm_found = False
for k, v in component.property_items(): for k, v in component.property_items():