mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fix for the updating message
This commit is contained in:
parent
c940b03632
commit
6b7bcef708
1 changed files with 4 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue