diff --git a/mmdc_modules.py b/mmdc_modules.py index 04fa124..d3a1a6c 100644 --- a/mmdc_modules.py +++ b/mmdc_modules.py @@ -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