disable cache when retrying

This commit is contained in:
zachary62
2025-05-05 16:27:23 -04:00
parent 060bc9d50e
commit cce2effd7f
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ def crawl_github_files(
return []
if response.status_code != 200:
print(f"Error fetching the branches of {owner}/{path}: {response.status_code} - {response.text}")
print(f"Error fetching the branches of {owner}/{repo}: {response.status_code} - {response.text}")
return []
return response.json()