Fix paths

This commit is contained in:
2020-06-16 13:44:19 -04:00
parent 57b562fc81
commit d59c4d1755

View File

@@ -5,6 +5,7 @@ import os
import subprocess import subprocess
from waitress import serve from waitress import serve
#variable path information for linux
PATH = '/download' PATH = '/download'
FILE = '/tach.json' FILE = '/tach.json'