From 097d9c77ba370b8dc6b12b277d858d878da47a6c Mon Sep 17 00:00:00 2001 From: RedDeadDepresso <94017243+RedDeadDepresso@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:22:53 +0100 Subject: [PATCH] chore: add comment --- app/common/logger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/logger.py b/app/common/logger.py index 64e9c67..184e739 100644 --- a/app/common/logger.py +++ b/app/common/logger.py @@ -1,3 +1,4 @@ +# https://github.com/pur1fying/blue_archive_auto_script/blob/master/core/utils.py import logging import sys from typing import Union