Move temporary dir cleanup

This commit is contained in:
Hoang Hong Quan
2025-10-22 09:15:19 +07:00
parent 542ad9623c
commit 9e7ec1da2c
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ import tempfile
class Utils:
def __init__(self, script_name = "OpCore Simplify"):
self.script_name = script_name
self.clean_temporary_dir()
def clean_temporary_dir(self):
temporary_dir = tempfile.gettempdir()