This commit is contained in:
2024-08-27 01:06:25 +02:00
parent 00130ace72
commit 740dfe5749
90 changed files with 313 additions and 251 deletions

View File

@ -96,5 +96,5 @@ def read_from_scripts(relative_path:str):
if __name__ == "__main__":
globals_text = read_from_scripts('Lib/Globals.sh')
exec(globals_text.split('#' + globals_text.splitlines()[0].split('#!')[1] + '!')[0])
exec(read_from_scripts('../config.toml'))
#exec(read_from_scripts('../config.toml'))
main()