summaryrefslogtreecommitdiff
path: root/scripts/tuvotereminder.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tuvotereminder.py')
-rwxr-xr-xscripts/tuvotereminder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tuvotereminder.py b/scripts/tuvotereminder.py
index a053608..97b1d12 100755
--- a/scripts/tuvotereminder.py
+++ b/scripts/tuvotereminder.py
@@ -21,7 +21,7 @@ def main():
[filter_from, filter_to])
for vote_id in [row[0] for row in cur.fetchall()]:
- subprocess.Popen((notify_cmd, 'tu-vote-reminder', str(vote_id)))
+ subprocess.Popen((notify_cmd, 'tu-vote-reminder', str(vote_id))).wait()
if __name__ == '__main__':