diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 96964fe..428862d 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -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),