added a debug line

This commit is contained in:
raphael60650 2021-06-17 00:17:20 +02:00
parent 725bb1bf4d
commit 315b322c53

View file

@ -13,6 +13,7 @@ def get_github_file(self, file):
file.flush() file.flush()
return 0 return 0
else: else:
print(f"error {dl.status_code} {file}")
return -1 return -1
except: except:
self.log_error() self.log_error()