diff --git a/poster.py b/poster.py index 65b475a..d5dd0bd 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("8193457229:AAGH8k1NRdobNGzndOQyA_hJ1hFDhqfI-Aw") img = open(file, 'rb') bot.send_photo(chat_id, img) os.remove(file)