Browse Source

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.
pull/7293/head
Ewoud Kohl van Wijngaarden 6 years ago
parent
commit
ab25630f8e
No known key found for this signature in database GPG Key ID: C6EC8F04A934BAB1
  1. 2
      CouchPotato.py

2
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

Loading…
Cancel
Save