AnthonyZJiang / Microsoft-Rewards-Bot

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

Fixing incorrect detection of 3.10 as older than 3.9, fix driver download #22

Closed ashanrath closed 2 months ago

ashanrath commented 2 years ago

Caused by a bug in platform.python_version_tuple(). Using sys.version_info as an alternative.

ashanrath commented 2 years ago

Fixes #23

ashanrath commented 1 year ago

Included a fix for #27 .