refactor: logger

This commit is contained in:
RedDeadDepresso
2024-09-20 01:26:15 +01:00
parent 3158d11b8e
commit 5cc96fa121
12 changed files with 93 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
import os
import codecs
from app.common.logger import logger
from util.logger import logger
class RemoveChara: