Update game_serve.py

This commit is contained in:
Kelly
2026-03-07 17:26:10 -08:00
parent 4f2cd2caef
commit bbfce73aaa

View File

@@ -27,6 +27,7 @@ try:
except ImportError:
print("mUDP module not found. pip install -U mudp")
print("If launching, venv run source venv/bin/activate and then pip install -U mudp")
print("use deactivate to exit venv when done")
exit(1)
try:
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))