1
0
Fork 0

Turned a string into f-string.

This commit is contained in:
Alexander Andreev 2021-05-04 03:55:32 +04:00
parent 245e33f40d
commit 0287d3a132
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def main() -> None:
exit()
except ThreadNotFoundError as e:
print(f"Thread {args['site']}/{args['board']}/{args['thread']} " \
"not found. Reason: {e.reason}")
f"not found. Reason: {e.reason}")
exit()
files_count = len(parser.files)