Skip to content

Commit 03d1465

Browse files
committed
Working for single npg-ble device
1 parent 1f1f2a7 commit 03d1465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def start_npg():
7474
return redirect(url_for('home'))
7575

7676
try:
77-
script_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "direct.py")
77+
script_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "one.py")
7878
creation_flags = subprocess.CREATE_NO_WINDOW if sys.platform == "win32" else 0
7979

8080
npg_process = subprocess.Popen([sys.executable, script_path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, creationflags=creation_flags, text=True, bufsize=1, cwd=os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)