Updated for db message

This commit is contained in:
Dimitris Zlatanidis 2023-04-18 19:53:19 +03:00
parent ef9cf6efa7
commit b465f51c14

View file

@ -62,7 +62,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for i, line in enumerate(slackbuilds_txt, 1):
@ -115,7 +115,7 @@ class InstallData(Configs):
checksums_dict[file] = checksum
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -202,7 +202,7 @@ class InstallData(Configs):
checksums_dict[file] = checksum
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -289,7 +289,7 @@ class InstallData(Configs):
checksums_dict[file] = checksum
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -377,7 +377,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -469,7 +469,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -556,7 +556,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -644,7 +644,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -731,7 +731,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -818,7 +818,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -907,7 +907,7 @@ class InstallData(Configs):
cache: list = []
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -995,7 +995,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -1088,7 +1088,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -1190,7 +1190,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -1292,7 +1292,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -1393,7 +1393,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt:
@ -1494,7 +1494,7 @@ class InstallData(Configs):
cache: list = [] # init cache
print('Creating the database... ', end='', flush=True)
print('Updating the database... ', end='', flush=True)
for line in packages_txt: