luojunhui 2 months ago
parent
commit
486ea942a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/api/google_ai_api.py

+ 1 - 1
applications/api/google_ai_api.py

@@ -72,7 +72,7 @@ class GoogleAIAPI(object):
             )
             return response.text
         except ClientError as e:
-            print(e.response)
+            print(e.response.status_code)
             return None
 
     def delete_video(self, file_name: str):