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