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 f9a6b2b commit edb5da7Copy full SHA for edb5da7
Furious/Widget/UserServersQTableWidget.py
@@ -1684,7 +1684,9 @@ def handleTestDownloadSpeedJobXXX(
1684
1685
self.testDownloadSpeedMultiPort += 1
1686
1687
- jobTimer.start(1)
+ if not APP().isExiting():
1688
+ # Fetch next job.
1689
+ jobTimer.start(1)
1690
else:
1691
testDownloadSpeedPort = 20809
1692
@@ -1695,8 +1697,9 @@ def handleTestDownloadSpeedJobXXX(
1695
1697
if isMulti:
1696
1698
self.testDownloadSpeedMultiSema.release(1)
1699
- # Fetch next job.
1700
1701
1702
1703
1704
self.testDownloadSpeedByFactory(
1705
index,
0 commit comments