Skip to content

Commit 1cd25e2

Browse files
author
PolygonalTree
committed
solve bug doble listed
1 parent ab6ef1e commit 1cd25e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DesktopApp/desktopApp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def piDiscover(self):
4141
nameList.append(message)
4242
rpiList.append(url)
4343
print ('[%s]' % ', '.join(map(str, rpiList)))
44-
self.ui.listWidget.addItem(message)
44+
4545
except:
4646
pass
4747
#print("No this one")

0 commit comments

Comments
 (0)