We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1d7ed commit 433ac66Copy full SHA for 433ac66
ui.py
@@ -373,7 +373,6 @@ def update_connection_state(self):
373
# print()
374
# print("Current vtx is", i)
375
for j in range(0, len(Download.vtx_name_list[self.ver_index_select])):
376
- print(j, self.target_combobox['value'][j])
377
if self.target_combobox['value'][j] == i:
378
self.target_combobox.current(j)
379
self.vtx_name_select = i
0 commit comments