From 3373dc11801177074c35fd5a1c78b696dfef1614 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 22 Oct 2013 19:34:46 +0000 Subject: [PATCH] typo --- pandora/user/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/user/views.py b/pandora/user/views.py index 7fc004e69..2a3d59d65 100644 --- a/pandora/user/views.py +++ b/pandora/user/views.py @@ -804,7 +804,7 @@ def statistics(request): stats = Settings.get('statistics') if not stats: import tasks - tasks.update_stats() + tasks.update_statistics() stats = Settings.get('statistics') response['data'] = stats return render_to_json_response(response)