diff --git a/source/get_github_file.py b/source/get_github_file.py index 9a7edf0..df61bbd 100644 --- a/source/get_github_file.py +++ b/source/get_github_file.py @@ -13,6 +13,7 @@ def get_github_file(self, file): file.flush() return 0 else: + print(f"error {dl.status_code} {file}") return -1 except: self.log_error()