KishanBagaria / dAbot

🤖 CLI tool to automate stuff on DeviantArt.com
MIT License
20 stars 6 forks source link

Bug due to https-migration #9

Closed Koopzington closed 7 years ago

Koopzington commented 7 years ago

When i logged into my computer this morning i saw several errors in my terminals stating that they couldn't request https:///someuser.deviantart.com I've looked a bit through the code and saw that the username variables had a leading slash due to incorrect substringing here.

Replacing the 7 (http://) with an 8 (https://) fixed it for me.

KishanBagaria commented 7 years ago

Fixed, thanks!