format code
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user