DoSomething / bertly

🔗 A serverless link shortener.
https://dosome.click/wq544
MIT License
2 stars 1 forks source link

Upgrade to Python 3 #2

Open mshmsh5000 opened 6 years ago

mshmsh5000 commented 6 years ago

Pay attention to urlparse => urllib.parse and other library changes.

mshmsh5000 commented 6 years ago

@DFurnes This may be more straightforward now that we're using short_url — IIRC it was shorten that originally forced me to use 2.7, because it has some 3.x weirdness.