fixed indent issues

This commit is contained in:
Justin
2023-07-11 19:13:46 +08:00
committed by GitHub
parent e8c6e40059
commit 712094d03d

View File

@@ -1526,9 +1526,9 @@ def deletePortfolioSettings():
except:
data = {"symbols": {}}
try:
del data["symbols"][value2]
del data["symbols"][value2]
except:
pass
pass
return index()