Dnomd343
2 years ago
2 changed files with 19 additions and 6 deletions
@ -0,0 +1,15 @@ |
|||
#!/usr/bin/env python3 |
|||
|
|||
import os |
|||
import sys |
|||
import time |
|||
|
|||
# def runSyncplay(args: list, envs: dict) -> None: |
|||
# os.execvpe('syncplay-server', ['syncplay-server'] + args, envs) |
|||
|
|||
# runSyncplay(['--password', 'test'], {'PYTHONUNBUFFERED': '1'}) |
|||
|
|||
print(sys.argv) |
|||
print(os.environ) |
|||
|
|||
time.sleep(200) |
Loading…
Reference in new issue