From 9c0262693777eda0b2c0e3e85dcb00a2162b7e25 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 16 Sep 2018 21:03:49 -0600 Subject: [PATCH] Updated update_adwcleaner() --- .bin/Scripts/functions/update.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.bin/Scripts/functions/update.py b/.bin/Scripts/functions/update.py index ab2ffa80..50386673 100644 --- a/.bin/Scripts/functions/update.py +++ b/.bin/Scripts/functions/update.py @@ -849,11 +849,10 @@ def update_adwcleaner(): remove_from_kit('AdwCleaner') # Download - url = resolve_dynamic_url( - SOURCE_URLS['AdwCleaner'], - 'id="downloadLink"') download_generic( - r'{}\AdwCleaner'.format(global_vars['CBinDir']), 'AdwCleaner.exe', url) + r'{}\AdwCleaner'.format(global_vars['CBinDir']), + 'AdwCleaner.exe', + SOURCE_URLS['AdwCleaner']) def update_kvrt(): # Stop running processes