Skip to content

Commit 8da0646

Browse files
committed
Troubleshooting application startup
1 parent fb676ea commit 8da0646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/routes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_version():
2323
with open('./version') as f: s = f.read()
2424
return s
2525
version = get_version()
26-
@app.before_first_request
26+
#@app.before_first_request
2727
def update_plex_path():
2828

2929
import requests

0 commit comments

Comments
 (0)