include static folder and update path for different machines
This commit is contained in:
parent
3bc413916c
commit
d9f0b90474
29 changed files with 13 additions and 6 deletions
|
|
@ -6,10 +6,10 @@ import os
|
|||
|
||||
def engineer():
|
||||
path1 = 'C:/Users/Lenovo/Desktop/BudgetingApp/instance/site.db'
|
||||
# path2 = ''
|
||||
path2 = '/home/yisroel2/Desktop/budgetingApp/instance/site.db'
|
||||
# path3 = ''
|
||||
|
||||
for p in [path1]:
|
||||
for p in [path1, path2]:
|
||||
if os.path.exists(p):
|
||||
path = p
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue