Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ from typing import Dict
|
|
16 |
from engine.header import *
|
17 |
|
18 |
file_path = os.path.abspath(__file__)
|
19 |
-
|
20 |
-
root_path = os.path.dirname(dir_path)
|
21 |
dump_path = os.path.join(root_path, "dump2/")
|
22 |
|
23 |
device_id = get_deviceid().decode('utf-8')
|
|
|
16 |
from engine.header import *
|
17 |
|
18 |
file_path = os.path.abspath(__file__)
|
19 |
+
root_path = os.path.dirname(file_path)
|
|
|
20 |
dump_path = os.path.join(root_path, "dump2/")
|
21 |
|
22 |
device_id = get_deviceid().decode('utf-8')
|