From 454edba7b6e0a2bc3882f4e8f1916f389b219b48 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Thu, 13 Oct 2022 09:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BA=E6=9C=89?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=8C=E4=BD=86=E6=98=AF=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=B8=BA=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_pt/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_pt/views.py b/auto_pt/views.py index 9e363e8..65d5ecf 100644 --- a/auto_pt/views.py +++ b/auto_pt/views.py @@ -356,7 +356,7 @@ def update_page(request): update_note = get_git_log('origin/' + branch) update_notes = [] for log in update_note: - local_logs.append({ + update_notes.append({ 'date': log.committed_datetime.strftime('%Y-%m-%d %H:%M:%S'), 'data': log.message, 'hexsha': log.hexsha[:16],