From 3cf6537ee1765ac64fdd52e8f34c4f76a775158f Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dsarpe@posteo.de>
Date: Wed, 26 Jul 2017 11:01:35 +0200
Subject: [PATCH] increase to 4 weeks because nothing happens

---
 event_display.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/event_display.py b/event_display.py
index f430bd0..16ead72 100644
--- a/event_display.py
+++ b/event_display.py
@@ -12,7 +12,7 @@ import os
 url = 'https://portal.idiv.de/ssf/ical/basic.ics?bi=393&ui=1026&pd=171497477d81eb659bd832ffe26c8bfe39d65fc3&v=1'
 tz = 'Europe/Berlin'
 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)
-- 
GitLab