format code

This commit is contained in:
2025-01-20 11:13:36 +01:00
parent 430878b41f
commit c276ab587b
37 changed files with 508 additions and 290 deletions

View File

@@ -27,7 +27,7 @@ class MultiUserFound(QtWidgets.QDialog, Ui_Dialog):
self.tableWidget.cellClicked.connect(self.selectUser)
def selectUser(self, row, column):
#print(row, column)
# print(row, column)
user = User(
userid=self.tableWidget.item(row, 0).text(),
username=self.tableWidget.item(row, 1).text(),