This commit is contained in:
CHIEFSOFT\ameye
2024-12-21 16:58:29 -05:00
parent be554fa12e
commit 0980e49856
+1 -1
View File
@@ -345,7 +345,7 @@ def panel_products(current_user):
@app.route("/panel/account/bar")
@token_required
def recent_actions(current_user):
def recent_bar(current_user):
bar_data = {
"last_update": datetime.datetime.utcnow(),
"initial": random.randint(0, 10),