mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
dont overwrite zips
This commit is contained in:
@ -359,8 +359,8 @@ def update(config):
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
rc = 0
|
rc = 0
|
||||||
DEST = os.path.join(SAVE_DIR, 'plugins.zip')
|
for idx, REPO_URL in enumerate(urls):
|
||||||
for REPO_URL in urls:
|
DEST = os.path.join(SAVE_DIR, 'plugins%d.zip' % idx)
|
||||||
logging.info('Downloading plugins from %s to %s', REPO_URL, DEST)
|
logging.info('Downloading plugins from %s to %s', REPO_URL, DEST)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user