From 315b322c5306dee0975ae0fbb7601350ab3a775f Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 17 Jun 2021 00:17:20 +0200 Subject: [PATCH] added a debug line --- source/get_github_file.py | 1 + 1 file changed, 1 insertion(+) 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()