From 9b8c9d80c85543691fdad1fc1f56ed42740d4005 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 27 Dec 2025 19:40:02 -0800 Subject: [PATCH] Update hamtest.py --- modules/games/hamtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/games/hamtest.py b/modules/games/hamtest.py index 77b5f12..a8db98a 100644 --- a/modules/games/hamtest.py +++ b/modules/games/hamtest.py @@ -10,6 +10,7 @@ import json import random import os from modules.log import logger +from modules.settings import hamtestTracker class HamTest: def __init__(self):