Skip to content

Commit

Permalink
added total size line
Browse files Browse the repository at this point in the history
  • Loading branch information
shadoxxhd committed Apr 13, 2024
1 parent 64d10fb commit 5a94a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified dist/downloader.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions downloader.pyw
Expand Up @@ -375,6 +375,8 @@ def getWids(text):
totalsize += size
else:
log('"'+line+'" doesn\'t look like a valid workshop item...\n')
if(options.getDetails):
log(f"total download size: {bytesAsSize(totalsize)}")
return (download, totalsize, appids)

def download():
Expand Down

0 comments on commit 5a94a72

Please sign in to comment.