mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
added a debug line
This commit is contained in:
parent
725bb1bf4d
commit
315b322c53
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue