This commit is contained in:
Miroslav Stampar
2017-05-21 22:52:27 +02:00
parent 7a18dde2e0
commit 071132cd56
3 changed files with 6 additions and 3 deletions

View File

@@ -279,6 +279,9 @@ class Connect(object):
# url splitted with space char while urlencoding it in the later phase
url = url.replace(" ", "%20")
if "://" not in url:
url = "http://%s" % url
conn = None
page = None
code = None