From ab25630f8e2cb4f0868ad808297e58142a9e6f5a Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 1 Apr 2019 16:07:44 +0200 Subject: [PATCH] Use python2 Since CouchPotato is not Python 3 compatible, this makes sure the correct Python version is used. Even when /usr/bin/python is Python 3. --- CouchPotato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchPotato.py b/CouchPotato.py index b4a6421..d3492cf 100755 --- a/CouchPotato.py +++ b/CouchPotato.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from __future__ import print_function from logging import handlers from os.path import dirname