Skip to content
Snippets Groups Projects
Commit d383acc3 authored by Andreas Valder's avatar Andreas Valder
Browse files

changed meetings notify time to 7 days

parent 5f288f8f
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,4 @@ def update_meeting(): ...@@ -32,4 +32,4 @@ def update_meeting():
modify('''REPLACE INTO announcements modify('''REPLACE INTO announcements
(extid, text, level, visible, time_publish, time_expire, time_created, time_updated, created_by) (extid, text, level, visible, time_publish, time_expire, time_created, time_updated, created_by)
VALUES (?, ?, 0, 1, ?, ?, ?, ?, 0)''', VALUES (?, ?, 0, 1, ?, ?, ?, ?, 0)''',
'ical:'+uid, text, start-timedelta(days=3), start+timedelta(hours=2), datetime.now(), datetime.now()) 'ical:'+uid, text, start-timedelta(days=7), start+timedelta(hours=2), datetime.now(), datetime.now())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment