AnthonyZJiang / Microsoft-Rewards-Bot

Microsoft Rewards (Bing Rewards) Bot - automated selenium python bot
27 stars 4 forks source link

Telegram folder reshape #18

Closed LtCMDstone closed 2 years ago

LtCMDstone commented 2 years ago

Hey I also found another error. When you did the options reshape you forgot to add it to helper/telegram.py

Line 10 should be

with open('options/telegram_bot.json', 'r') as f:

and line 20

with open('options/redeem_options.json', 'r') as f:
AnthonyZJiang commented 2 years ago

thank you for this.