aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-07-15 15:49:01 +0300
committerJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-07-15 15:49:01 +0300
commit68e8ef4f35d8145dd8277e65cb2473e865ace60c (patch)
treed15835e7975365e8312789584073bbe80a90c4f0
parente4ec27720b022a45d69d4422b68b433d582c3563 (diff)
Fix hashbang
-rwxr-xr-x[-rw-r--r--]radiodiodibot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/radiodiodibot.py b/radiodiodibot.py
index edc10dc..a9c8c68 100644..100755
--- a/radiodiodibot.py
+++ b/radiodiodibot.py
@@ -1,4 +1,4 @@
-#!/usr/env python
+#!/usr/bin/env python
import sys, argparse
import botmanager