diff --git a/poster.py b/poster.py index 65b475a..546b456 100644 --- a/poster.py +++ b/poster.py @@ -6,7 +6,7 @@ chat_id = int(sys.argv[1]) file = str(chat_id)+'.png' - bot = telebot.TeleBot("SET TOKEN") + bot = telebot.TeleBot("7752565239:AAHH1b1Y_1fsYaYBxZicO59G3PNZWPiYhTA) img = open(file, 'rb') bot.send_photo(chat_id, img) os.remove(file)