diff --git a/ai/views.py b/ai/views.py index c5e5364..dcf4442 100644 --- a/ai/views.py +++ b/ai/views.py @@ -110,6 +110,7 @@ def report(request): 'ai_count': ai_count, 'real_count': real_count, 'result': last_ai_data.result, + 'create_time':last_ai_data.created_at } } print(result_dict)