made main method

This commit is contained in:
2024-02-08 21:24:01 -06:00
parent 44ef6ea2bb
commit a47bd23e78
2 changed files with 32 additions and 30 deletions

View File

@@ -113,4 +113,4 @@ class Launcher:
if not os.path.islink(fp): # Skip if it is symbolic link
total_size += os.path.getsize(fp)
return total_size
return total_size