http Site fixed

master
Javi 5 years ago
parent 8d583f398a
commit a9a6d7cd72

@ -17,7 +17,7 @@ years = range(2015, (datetime.now()).year + 1)
# Site Level
#########
def mwsite(host, path): #returns wiki site object
site = Site(host, path)
site = Site(('http',host), path)
return site

Loading…
Cancel
Save