Fixed continuing updating

This commit is contained in:
Dimitris Zlatanidis 2023-06-21 11:54:39 +03:00
parent 4a4d284bc7
commit 68d008337a
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,8 @@
4.9.0 - 13/06/2023
- Updated for multilib instructions
4.9.0 - 21/06/2023
Updated:
- For multilib install instructions
Fixed:
- Continuing updating repositories after failing once
4.8.9 - 06/06/2023
Fixed

View file

@ -106,6 +106,7 @@ class CheckUpdates(Configs):
except HTTPError:
print(f'\n\n{self.endc}{self.prog_name}: {self.bred}Error:{self.endc} '
f'Failed to connect to {repo_chg_txt}\n')
return False
else:
repo_size: int = int(repo.headers['Content-Length'])