summaryrefslogtreecommitdiff
path: root/beinc_poller.py
diff options
context:
space:
mode:
authorSimeon Simeonov2019-01-30 12:32:33 +0100
committerSimeon Simeonov2019-01-30 12:32:33 +0100
commit9e3aee8c039b4b42232672762c2ea7cba097ce47 (patch)
tree6ba54b9ace6b109afb1f037221b7959d2b96bbb2 /beinc_poller.py
parenta9fa2aa298f179095313402eac255430fb7bad79 (diff)
Cleanup a bad idea (possible bug)
Diffstat (limited to 'beinc_poller.py')
-rwxr-xr-xbeinc_poller.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/beinc_poller.py b/beinc_poller.py
index f41a6b6..624cd24 100755
--- a/beinc_poller.py
+++ b/beinc_poller.py
@@ -117,6 +117,7 @@ def poll_notifications(scheduler, args):
117 display_notification(args, 117 display_notification(args,
118 entry.get('title', ''), 118 entry.get('title', ''),
119 entry.get('message', '')) 119 entry.get('message', ''))
120 response.close()
120 scheduler.enter(args.frequency, 121 scheduler.enter(args.frequency,
121 1, 122 1,
122 poll_notifications, 123 poll_notifications,