Revert 37f96a5cdd for main.py

This commit is contained in:
NGnius (Graham) 2024-01-22 17:40:15 -05:00
parent bba9452383
commit 2986c05170

View file

@ -17,9 +17,9 @@ class Plugin:
env_proc["LD_LIBRARY_PATH"] += ":"+PARENT_DIR+"/bin"
else:
env_proc["LD_LIBRARY_PATH"] = ":"+PARENT_DIR+"/bin"
'''self.backend_proc = subprocess.Popen(
self.backend_proc = subprocess.Popen(
[PARENT_DIR + "/bin/backend"],
env = env_proc)'''
env = env_proc)
while True:
await asyncio.sleep(1)