From 09515b9bc09072354f2a9c052dcb34ec45021e4a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 27 Dec 2025 19:40:05 -0800 Subject: [PATCH] Update tictactoe.py --- modules/games/tictactoe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/games/tictactoe.py b/modules/games/tictactoe.py index 807c13a..87a926b 100644 --- a/modules/games/tictactoe.py +++ b/modules/games/tictactoe.py @@ -4,6 +4,7 @@ import random import time import modules.settings as my_settings +from modules.settings import tictactoeTracker useSynchCompression = True if useSynchCompression: