diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-07-15 15:49:01 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-07-15 15:49:01 +0300 |
| commit | 68e8ef4f35d8145dd8277e65cb2473e865ace60c (patch) | |
| tree | d15835e7975365e8312789584073bbe80a90c4f0 | |
| parent | e4ec27720b022a45d69d4422b68b433d582c3563 (diff) | |
Fix hashbang
| -rwxr-xr-x[-rw-r--r--] | radiodiodibot.py | 2 |
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 |
