From 2831fb387964515e3b138cd5d3f43f5e3e96bc5a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 3 Oct 2014 12:14:07 +0200 Subject: script just works with Python 3 - then also request that in shebang --- bin/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updater.py b/bin/updater.py index 6fc6cee1c..a3da90866 100644 --- a/bin/updater.py +++ b/bin/updater.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Updater script for the news app which allows multiple feeds to be updated at once to speed up the update process. Built in cron has to be disabled in the -- cgit v1.2.3