From 2533927cca3133be58fa62f5a913c6d7eee1d116 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 28 Dec 2017 23:48:05 +0100 Subject: [PATCH] fixed shebang --- TODO | 1 + telegram-notify | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8c324cb..e144028 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,7 @@ - support for md files in spool dependencies: +- python-pip (perche' serve telepot) - python-watchdog - python-argparse - python-configparser diff --git a/telegram-notify b/telegram-notify index 184b230..1d56019 100755 --- a/telegram-notify +++ b/telegram-notify @@ -1,4 +1,5 @@ -#!/usr/bin/python +#!/usr/bin/env python2 + import time import random import datetime