From 1189663cfc94e4b933640b8d0024aa69d877fffc Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Thu, 21 Mar 2024 17:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=AA=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=B0=8F=E9=97=B2=E6=95=B0=E6=8D=AE=E7=9A=84=E4=B8=A5?= =?UTF-8?q?=E9=87=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/获取小闲平台使用数据new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具v2/获取小闲平台使用数据new.py b/工具v2/获取小闲平台使用数据new.py index 11d3188a..adb606af 100644 --- a/工具v2/获取小闲平台使用数据new.py +++ b/工具v2/获取小闲平台使用数据new.py @@ -102,7 +102,7 @@ class MyWindow(QWidget,Ui_Form): for row in self.using_rows: date = self.tableWidget.item(row,2).text() threshold = float(self.lineEdit_threshold.text()) - output = self.generateUsingInfo(zipfilepath=self.tableWidget.item(0,0).text(),threshold=threshold,date=date) + output = self.generateUsingInfo(zipfilepath=self.tableWidget.item(row,0).text(),threshold=threshold,date=date) if output == 1 or CheckUsagesValidity(output) != 0: for i in range(3): self.tableWidget.item(row,i).setBackground(QColor("red"))