mirror of
https://github.com/TheSmallHanCat/sora2api.git
synced 2026-04-12 04:27:29 +08:00
修复UnboundLocalError: cannot access local variable 'json' where it is not associated
with a value 这个 bug
This commit is contained in:
@@ -600,7 +600,6 @@ class GenerationHandler:
|
||||
# Parse error message to check if it's a structured error (JSON)
|
||||
error_response = None
|
||||
try:
|
||||
import json
|
||||
error_response = json.loads(str(e))
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user