fix: Lint default plugins

This commit is contained in:
2025-09-02 15:58:55 +10:00
parent e7b787c30b
commit 86e174c337
4 changed files with 8 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ def automations_background(authentication):
account_name = account.check_account(authentication)
password = ":".join(authentication.split(":")[1:])
if account_name == False:
if not account_name:
return {
"error": {
"message": "Invalid account"