Skip to content
Snippets Groups Projects
Commit 3cf6537e authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

increase to 4 weeks because nothing happens

parent 72563e5c
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ import os ...@@ -12,7 +12,7 @@ import os
url = 'https://portal.idiv.de/ssf/ical/basic.ics?bi=393&ui=1026&pd=171497477d81eb659bd832ffe26c8bfe39d65fc3&v=1' url = 'https://portal.idiv.de/ssf/ical/basic.ics?bi=393&ui=1026&pd=171497477d81eb659bd832ffe26c8bfe39d65fc3&v=1'
tz = 'Europe/Berlin' tz = 'Europe/Berlin'
now = arrow.now(tz) now = arrow.now(tz)
period = (now.floor('day'), now.replace(weeks=+2)) period = (now.floor('day'), now.replace(weeks=+4))
c = Calendar(requests.get(url).text) c = Calendar(requests.get(url).text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment