Fix bobxlo

This commit is contained in:
LIZARD_OFFICIAL 2024-09-28 13:05:34 +02:00 committed by GitHub
parent 62e741a85c
commit c3a20f48c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
from pathlib import Path
import json
import sys
import os
os.system("start boblox.exe --bob no bob pls --bobux 9999 bobox")
if (sys.version_info.major, sys.version_info.minor) < (3, 6):
raise TypeError("at least python 3.6 is required for this script")