Skip to content
Snippets Groups Projects
Commit 2ec48569 authored by xr9's avatar xr9
Browse files

change to relative path

parent cac593fe
Branches main
No related tags found
No related merge requests found
...@@ -14,7 +14,8 @@ checkCount_repo = 0 ...@@ -14,7 +14,8 @@ checkCount_repo = 0
def open_web(): 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') # webbrowser.open(f'file:///home/pi/Desktop/Git Dash/templates/index.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment