Skip to content

Commit

Permalink
removed http:// from base url
Browse files Browse the repository at this point in the history
  • Loading branch information
johagge committed May 25, 2018
1 parent fed69f3 commit 96bb428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
print("Python3 requests is not installed. Please use e.g. pip3 install requests")
sys.exit()

BaseUrl = "http://" + "{{ base_url }}" + "/"
BaseUrl = "{{ base_url }}" + "/"
if len(sys.argv) < 2:
imageset = input("Imagesets you want to download, separated by a ',' or ' ':")
else:
Expand Down

0 comments on commit 96bb428

Please sign in to comment.