Skip to content

Commit

Permalink
Tar > Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkhatri137 authored Oct 21, 2021
1 parent 6e629ed commit 6c50dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/helper/mirror_utils/download_utils/aria2_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def __onDownloadStarted(self, api, gid):
self.name = download.name
sname = download.name
if STOP_DUPLICATE_MIRROR:
if dl.getListener().isTar == True:
sname = sname + ".tar"
if dl.getListener().isZip == True:
sname = sname + ".zip"
if dl.getListener().extract == True:
smsg = None
else:
Expand Down

0 comments on commit 6c50dd9

Please sign in to comment.