mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-08 15:37:08 +08:00
Merge branch 'api-nodes' of https://github.com/comfyanonymous/ComfyUI into api-nodes
This commit is contained in:
commit
cba7e59956
@ -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