From b7829ed70670d68b5f7e9ea670a7a6e9296b84f8 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 12 Jul 2019 23:52:21 +0200 Subject: [PATCH] Another poll bugfix --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index bd0cbce..93c54ea 100644 --- a/app.py +++ b/app.py @@ -3097,7 +3097,7 @@ def task_fetch_remote_question(): local_question and ( local_question["meta"].get("voted_for") - or local_question["meta"]["subscribed"] + or local_question["meta"].get("subscribed") ) and not DB.notifications.find_one({"activity.id": remote_question["id"]}) ):