hassan526 commited on
Commit
51ecfd6
·
verified ·
1 Parent(s): 78c59a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- dir_path = os.path.dirname(file_path)
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')