mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user