fix call
This commit is contained in:
@@ -345,7 +345,7 @@ def panel_products(current_user):
|
|||||||
|
|
||||||
@app.route("/panel/account/bar")
|
@app.route("/panel/account/bar")
|
||||||
@token_required
|
@token_required
|
||||||
def recent_actions(current_user):
|
def recent_bar(current_user):
|
||||||
bar_data = {
|
bar_data = {
|
||||||
"last_update": datetime.datetime.utcnow(),
|
"last_update": datetime.datetime.utcnow(),
|
||||||
"initial": random.randint(0, 10),
|
"initial": random.randint(0, 10),
|
||||||
|
|||||||
Reference in New Issue
Block a user