Christos Christou

Results 1 comments of Christos Christou

I changed how url is handled in app.py in '/start' route. ``` if 'http://' in url[:7] or 'https://' in url[:8]: pass else: url = 'http://' + url ```