This commit is contained in:
piair 2023-01-29 00:51:30 +01:00
parent deb77cd3d3
commit 5e3282f873
2 changed files with 1038 additions and 1 deletions

1038
V5.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -93,7 +93,6 @@ POINTS_FILE = args.points_file
# global variables used later in the code # global variables used later in the code
LINUX_HOST = platform == "linux" # if the computer running this programm is linux, it allow more things LINUX_HOST = platform == "linux" # if the computer running this programm is linux, it allow more things
START_TIME = time() START_TIME = time()
driver = None
if LINUX_HOST: if LINUX_HOST: