mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Remove sql support
This commit is contained in:
parent
9d9a9584e8
commit
dd57d5c241
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class UpdateRepositories(Configs):
|
|||
print()
|
||||
|
||||
def view_downloading_message(self, repo: str) -> None:
|
||||
print(f"Syncing with the repository '{self.green}{repo}{self.endc}', please wait...\n")
|
||||
print(f"\nSyncing with the repository '{self.green}{repo}{self.endc}', please wait...\n")
|
||||
|
||||
def slack_repository(self) -> None:
|
||||
if not self.option_for_install_data:
|
||||
|
|
Loading…
Reference in a new issue