Remove sql support

This commit is contained in:
Dimitris Zlatanidis 2024-03-14 18:53:08 +02:00
parent 9d9a9584e8
commit dd57d5c241

View file

@ -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: