fix log - hotfix

This commit is contained in:
nanometer5088
2023-02-06 09:36:32 -03:00
parent cfcb5768e9
commit 54bf671849

View File

@@ -20,7 +20,7 @@ def info(username):
sys.exit()
if str(response.content) == "b''":
log(
"https://tik.hostux.net/@{username}/rss returned no information. The account likely does not exist"
f"https://tik.hostux.net/@{username}/rss returned no information. The account likely does not exist"
)
print("The specified account does not exist.")
sys.exit()