mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +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:
|
Returns:
|
||||||
None.
|
None.
|
||||||
"""
|
"""
|
||||||
|
print(f"Updating the database for '{self.cyan}{self.repos.sbo_repo_name}{self.endc}'... ",
|
||||||
|
end='', flush=True)
|
||||||
data: dict = {}
|
data: dict = {}
|
||||||
cache: list = []
|
cache: list = []
|
||||||
sbo_tags: list = [
|
sbo_tags: list = [
|
||||||
|
@ -120,6 +122,8 @@ class InstallData(Configs):
|
||||||
Returns:
|
Returns:
|
||||||
None.
|
None.
|
||||||
"""
|
"""
|
||||||
|
print(f"Updating the database for '{self.cyan}{self.repos.ponce_repo_name}{self.endc}'... ",
|
||||||
|
end='', flush=True)
|
||||||
data: dict = {}
|
data: dict = {}
|
||||||
cache: list = []
|
cache: list = []
|
||||||
names: list = []
|
names: list = []
|
||||||
|
|
Loading…
Reference in a new issue