From 2ec48569dba22a473624967f415e14d947478d21 Mon Sep 17 00:00:00 2001 From: xr9 <xr9@illinois.edu> Date: Mon, 19 Sep 2022 06:39:21 -0500 Subject: [PATCH] change to relative path --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 732308b..adcbb1f 100644 --- a/app.py +++ b/app.py @@ -14,7 +14,8 @@ checkCount_repo = 0 def open_web(): - webbrowser.open(f'file://D:/code/UIUC/437/Git Dash/templates/index.html') + webbrowser.open(f'/templates/index.html') + # webbrowser.open(f'file://D:/code/UIUC/437/Git Dash/templates/index.html') # webbrowser.open(f'file:///home/pi/Desktop/Git Dash/templates/index.html') -- GitLab