From 9cfbeee005e27ce8608d5a6525639e14b5c1b1e2 Mon Sep 17 00:00:00 2001 From: CapooL <2053217188@qq.com> Date: Thu, 14 Mar 2024 11:04:11 +0800 Subject: [PATCH] update(project): reformat files --- .github/workflows/lint-changed-files.yml | 2 +- hinghwa-dict-backend/HinghwaDict/settings.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-changed-files.yml b/.github/workflows/lint-changed-files.yml index 655f5fd7..9d2bd883 100644 --- a/.github/workflows/lint-changed-files.yml +++ b/.github/workflows/lint-changed-files.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v3 with: python-version: "3.10" diff --git a/hinghwa-dict-backend/HinghwaDict/settings.py b/hinghwa-dict-backend/HinghwaDict/settings.py index 7ed9ef33..e08ffada 100644 --- a/hinghwa-dict-backend/HinghwaDict/settings.py +++ b/hinghwa-dict-backend/HinghwaDict/settings.py @@ -216,8 +216,8 @@ "formatters": { "standard": { "format": "[%(asctime)s] [%(levelname)s] : " - "[%(filename)s:%(lineno)d] [%(module)s:%(funcName)s] " - "- %(message)s" + "[%(filename)s:%(lineno)d] [%(module)s:%(funcName)s] " + "- %(message)s" }, "simple": {"format": "%(levelname)s %(module)s %(lineno)d %(message)s"}, "verbose": {