mirror of
https://github.com/ovosimpatico/CLI-TikTok.git
synced 2026-01-15 11:52:52 -03:00
fix log - hotfix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user