Fix bobxlo
This commit is contained in:
parent
62e741a85c
commit
c3a20f48c6
|
@ -1,7 +1,8 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import json
|
import json
|
||||||
import sys
|
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):
|
if (sys.version_info.major, sys.version_info.minor) < (3, 6):
|
||||||
raise TypeError("at least python 3.6 is required for this script")
|
raise TypeError("at least python 3.6 is required for this script")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue