jimrollenhagen / pywhatauto

IRC bot to auto-download torrents and more.
95 stars 27 forks source link

update shebang where necessary, be explicit about using python2 #40

Closed mweinelt closed 7 years ago

mweinelt commented 7 years ago

Some systems default to python3 when calling python, which will currently break, because the code is not compatible. Therefore explicitly use python2 as the interpreter.

globals.py does not look as it needs to be executed at all, so remove the shebang altogether.

Also remove some whitespaces here and there.

fawaf commented 7 years ago

+1 please merge

jimrollenhagen commented 7 years ago

LGTM, thanks! Sorry for the delay in reviewing :)