various updates and changes, move admin widgets into different seperate dialogs

This commit is contained in:
WorldTeacher
2024-08-08 14:40:38 +02:00
parent ee8862a220
commit fba35cdf25
32 changed files with 2175 additions and 2594 deletions

View File

@@ -23,8 +23,8 @@ class AutoAdder(QThread):
self.app_id = app_id
self.prof_id = prof_id
print("Launched AutoAdder")
print(self.data, self.app_id, self.prof_id)
# print("Launched AutoAdder")
# print(self.data, self.app_id, self.prof_id)
def run(self):
self.db = Database()
@@ -41,11 +41,11 @@ class AutoAdder(QThread):
# qsleep
item += 1
self.progress.emit(item)
print(item, len(self.data))
# print(item, len(self.data))
time.sleep(1)
except Exception as e:
print(e)
# print(e)
self.logger.log_exception(
f"The query failed with message {e} for signature {entry}"
)