Skip to content

Commit bbb0396

Browse files
committed
Stop calling initiate() in the pooling function
Thanks @np !
1 parent 12a04c3 commit bbb0396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ratctl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ def __init__(self, pbar, tabs, dpi, com):
226226
self.pool()
227227

228228
def pool(self):
229-
self.com.initiate()
230229
self.dpiMode = self.com.getDpiMode()
231230
self.battery = self.com.getBatteryLevel()
232231
self.displayResults()

0 commit comments

Comments
 (0)