return statement added for saveglobalportfolio
This commit is contained in:
parent
78b121accd
commit
c32e1ab105
@ -1233,6 +1233,8 @@ def saveGlobalPortfolioSettings():
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
return index()
|
||||||
|
|
||||||
@app.route("/savePortfolioCryptoSettings", methods = ['PUT', 'POST'])
|
@app.route("/savePortfolioCryptoSettings", methods = ['PUT', 'POST'])
|
||||||
def savePortfolioCryptoSettings():
|
def savePortfolioCryptoSettings():
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user