Fixed unneeded structure

This commit is contained in:
BarsTiger
2023-06-26 12:49:01 +03:00
parent 3a68723877
commit a545028d45
3 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
import sys
portable = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')

View File

@@ -1,9 +1,6 @@
import os
import sys
import platform
from . import const
def dir_size(start_path):
total_size = 0