From e68cdfbf191d71d008e5b90b935d5b551d19718c Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:24:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20typo=20:=20removeLogFile?= =?UTF-8?q?s=20->=20removeLog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/utils.py b/src-python/utils.py index 59bd6488..d737ccf2 100644 --- a/src-python/utils.py +++ b/src-python/utils.py @@ -65,7 +65,7 @@ def splitList(lst:list, split_count:int, to_shuffle:bool=False): def encodeBase64(data:str) -> dict: return json.loads(base64.b64decode(data).decode('utf-8')) -def removeLogFiles(): +def removeLog(): with open('process.log', 'w', encoding="utf-8") as f: f.write("")