KishanBagaria / dAbot

🤖 CLI tool to automate stuff on DeviantArt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urlparse

ericlovesmath opened this issue · comments

In dAbot.py, there's a line that says "import urlparse"

After the new Python update, urlparse has been moved to urllib.parse

So..... now what?

Also, I have python 2 and 3, and it chooses to run with 3. How do I make it run with 2?

@KishanBagaria