You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-11-23 21:34:45 +02:00
small changes
This commit is contained in:
4
main.py
4
main.py
@@ -10,9 +10,7 @@ modules = {
|
||||
for name, module in modules.items():
|
||||
try:
|
||||
print(f'launching the {name}')
|
||||
# os.system(f'sudo chmod +x {config.path}/{module}.py')
|
||||
# os.system(f'nohup {config.path}/{module}.py &')
|
||||
os.system(f'lxterminal --command="python {config.path}/{module}.py"')
|
||||
os.system(f'lxterminal --command="python3.8 {config.path}/{module}.py"')
|
||||
|
||||
except:
|
||||
print(f'[error]\t{name} launch failed')
|
||||
|
||||
Reference in New Issue
Block a user