|
@@ -518,7 +518,8 @@ class AdminManage(TemplateView):
|
|
|
tmp['number_of_failures'] += 1
|
|
|
failures += 1
|
|
|
tmp['total'] += 1
|
|
|
- statistics_date = time.strftime('%M-%d', time.localtime(start_time))
|
|
|
+ statistics_date = time.strftime('%m-%d', time.localtime(start_time))
|
|
|
+ print(statistics_date)
|
|
|
tmp_dict[statistics_date] = tmp
|
|
|
|
|
|
for item in data:
|