@@ -1527,6 +1527,8 @@ def deletePortfolioPosition():
data = {"symbols": {}}
try:
del data["symbols"][value2]
with open('csv/portfolio_settings.json', 'w') as f:
json.dump(data, f)
except:
pass
return index()
The note is not visible to the blocked user.