Browse Source

minor fix

oloturia 3 years ago
parent
commit
8033fc6990
1 changed files with 1 additions and 1 deletions
  1. 1 1
      telegram_main.py

+ 1 - 1
telegram_main.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 from telegram.ext import Updater, CommandHandler
 from randstrip import createStrip,readConfig
 import requests