using log()

This commit is contained in:
cquest 2025-01-24 14:53:28 +01:00
parent d39fc0dc6d
commit efa0d7aaf6

View File

@ -145,7 +145,7 @@ except:
to_file=mastodon+".secret" to_file=mastodon+".secret"
) )
except: except:
print("ERROR: First Login Failed!") log("ERROR: First Login Failed!")
sys.exit(1) sys.exit(1)