Fix for the updating message

This commit is contained in:
Dimitris Zlatanidis 2024-03-17 21:09:21 +02:00
parent c940b03632
commit 6b7bcef708

View file

@ -46,6 +46,8 @@ class InstallData(Configs):
Returns:
None.
"""
print(f"Updating the database for '{self.cyan}{self.repos.sbo_repo_name}{self.endc}'... ",
end='', flush=True)
data: dict = {}
cache: list = []
sbo_tags: list = [
@ -120,6 +122,8 @@ class InstallData(Configs):
Returns:
None.
"""
print(f"Updating the database for '{self.cyan}{self.repos.ponce_repo_name}{self.endc}'... ",
end='', flush=True)
data: dict = {}
cache: list = []
names: list = []