jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
230 stars 71 forks source link

Need HTTPS to work now #47

Open Kengur8 opened 6 years ago

Kengur8 commented 6 years ago

Steam is now only accessible with HTTPS. I assume you only fetch badges page via HTTP and don't use redirects there. So badges page GET fails right away.

Need to fix all curls to use HTTPS.