HuyRemy commited on
Commit
56e736c
·
verified ·
1 Parent(s): 1fdd000

Update gofile_downloader.py

Browse files
Files changed (1) hide show
  1. gofile_downloader.py +1 -1
gofile_downloader.py CHANGED
@@ -226,7 +226,7 @@ class Downloader:
226
  )
227
 
228
  if not response:
229
- raise RuntimeError(f"Không nhận được phản hồi từ API: {url}")
230
 
231
  json_data = response.json()
232
  if json_data.get("status") != "ok":
 
226
  )
227
 
228
  if not response:
229
+ raise RuntimeError(f"Không nhận được phản hồi từ API.")
230
 
231
  json_data = response.json()
232
  if json_data.get("status") != "ok":