mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 20:47:19 +08:00
feat(oauth): merge tool oauth and remove sequence number branches
This commit is contained in:
@ -64,4 +64,4 @@ class GithubProvider(ToolProvider):
|
||||
if response.status_code != 200:
|
||||
raise ToolProviderCredentialValidationError(response.json().get("message"))
|
||||
except Exception as e:
|
||||
raise ToolProviderCredentialValidationError(str(e))
|
||||
raise ToolProviderCredentialValidationError(str(e))
|
||||
|
||||
Reference in New Issue
Block a user