Fix typos (#199)

pull/475/head
Glandos 8 months ago committed by GitHub
parent 38cf49dae0
commit 5d3b65ff27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ def getArgumentParser():
)
parser.add_argument("--force", action="store_true", help="")
parser.add_argument(
"--user", help="Username if MedaiWiki authentication is required."
"--user", help="Username if MediaWiki authentication is required."
)
parser.add_argument(
"--pass",

@ -154,7 +154,7 @@ class Image:
logerror(
config=config,
to_stdout=True,
text=f"Failled to donwload '{filename2}' with URL '{url}' due to HTTP '{r.status_code}', skipping",
text=f"Failed to download '{filename2}' with URL '{url}' due to HTTP '{r.status_code}', skipping",
)
if os.path.isfile(f"{filename3}.desc"):

Loading…
Cancel
Save