forked from 0x2620/pandora
typo
This commit is contained in:
parent
808689c0c3
commit
3373dc1180
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue