Fix: Python 3.5 Error prompted

This commit is contained in:
MemoryShadow 2022-11-02 21:31:55 +08:00
parent 7a04aa387a
commit 498ee69ea0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def main():
try:
if options.username:
if not auth_token.PersistenceLogoin_r(options.username):
print(f"Login to {options.username} failed")
print("Login to {} failed".format(options.username))
sys.exit(1)
else:
if not auth_token.authenticate():