🐛[bugfix] typo : removeLogFiles -> removeLog

This commit is contained in:
misyaguziya
2024-11-15 11:24:08 +09:00
parent b3dda2cecf
commit e68cdfbf19

View File

@@ -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("")