summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-10-03 12:14:58 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-10-03 12:14:58 +0200
commit3ec18ef7fa7fbab9f63259976cfd5a423a4d3129 (patch)
treee57427b2e86c4b948cc8d0c7d2a9644cfe4fe5dc
parent688ed252220bb0beb9aa1adde181ae1d5023affd (diff)
parent2831fb387964515e3b138cd5d3f43f5e3e96bc5a (diff)
Merge pull request #622 from owncloud/python-version
script just works with Python 3 - then also request that in shebang
-rw-r--r--bin/updater.py2
1 files changed, 1 insertions, 1 deletions
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