Update image.py (#81)

fix typo
pull/475/head
Rob Kam 1 year ago committed by GitHub
parent 19f4ae1daf
commit 0da98611b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ class Image:
r = session.get(
config["api"]
+ "?action=query&export&exportnowrap&titles="
+ urllib.prase.quote(title)
+ urllib.parse.quote(title)
)
xmlfiledesc = r.text
else:

Loading…
Cancel
Save