LjMario007 / Microsoft-Rewards-Bot

Microsoft Rewards (Bing Rewards) Bot - automated selenium python bot
19 stars 9 forks source link

Correct condition #get point totals if running just in mobile mode #25

Closed LxanderUA closed 4 years ago

LxanderUA commented 4 years ago

https://github.com/LjMario007/Microsoft-Rewards-Bot/blob/5fbfbadfe1996ee6d452c7381efdc1f7c7a6dfd6/ms_rewards.py#L998

I think must be:

not (parser.pc_mode or parser.quiz_mode or parser.email_mode) or (not parser.pc_mode and not parser.quiz_mode and not parser.email_mode)