AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Cast urls to lower case #135

Closed mictab closed 7 years ago

mictab commented 7 years ago

Description

Casts the URL to lower case when an user enters a URL. Makes us not have to worry about lower, upper or mixed case for future logic (e.g. string comparison).

Important files to review

main.py