mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-08 15:37:08 +08:00
Update error message.
This commit is contained in:
parent
8d414a99de
commit
ffb63a63dd
@ -226,7 +226,7 @@ class ApiClient:
|
||||
def check_auth_token(self, auth_token):
|
||||
"""Verify that an auth token is present."""
|
||||
if auth_token is None:
|
||||
raise Exception("Please login first to use this node.")
|
||||
raise Exception("Unauthorized: Please login first to use this node.")
|
||||
return auth_token
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user