Update hamtest.py

This commit is contained in:
Kelly
2026-02-14 16:49:59 -08:00
parent aa0aaed0b5
commit 2a7000a2e6
+3
View File
@@ -136,6 +136,9 @@ class HamTest:
# remove the game[id] from the list
del self.game[id]
# remove the id from the hamtestTracker list if it exists
if id in hamtestTracker:
hamtestTracker.remove(id)
return msg
hamtestTracker = []