[upload_pwb.py] Fix bug

This commit is contained in:
Daniel Glus 2018-07-28 16:01:32 -04:00
parent 05e244d7be
commit 0a97f1e432

View File

@ -88,7 +88,6 @@ header = '/* Uploaded from https://github.com/WPAFC/afch-rewrite, commit: {} ({}
def uploadFile(pagename, content):
page = pywikibot.Page(site, title=pagename)
content = page.get()
# Add header and update static referencres to root directory
content = header + content