forked from NG-SD-Plugins/PowerTools
Revert 37f96a5cdd
for main.py
This commit is contained in:
parent
bba9452383
commit
2986c05170
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -17,9 +17,9 @@ class Plugin:
|
||||||
env_proc["LD_LIBRARY_PATH"] += ":"+PARENT_DIR+"/bin"
|
env_proc["LD_LIBRARY_PATH"] += ":"+PARENT_DIR+"/bin"
|
||||||
else:
|
else:
|
||||||
env_proc["LD_LIBRARY_PATH"] = ":"+PARENT_DIR+"/bin"
|
env_proc["LD_LIBRARY_PATH"] = ":"+PARENT_DIR+"/bin"
|
||||||
'''self.backend_proc = subprocess.Popen(
|
self.backend_proc = subprocess.Popen(
|
||||||
[PARENT_DIR + "/bin/backend"],
|
[PARENT_DIR + "/bin/backend"],
|
||||||
env = env_proc)'''
|
env = env_proc)
|
||||||
while True:
|
while True:
|
||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue