This commit is contained in:
2025-02-25 16:21:09 +01:00
parent fdaae34678
commit a68ae311bf
2 changed files with 2 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ class EmployeeModel(QAbstractTableModel):
self.__employee_dao.newEmployeeAdded.connect(self.__refreshView)
self.__conf = ConfigLoader().getConfig()
self.__key = self.__conf['pyqcrm']['ENCRYPTION_KEY']
print(self.__key)
self.__getData()
@Slot(dict, bool)