diff --git a/img/project_preview.png b/img/project_preview.png index 78955fd67a..ca7991f90d 100644 Binary files a/img/project_preview.png and b/img/project_preview.png differ diff --git a/main.py b/main.py index d71e0dc34b..c85cb07287 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,7 @@ import sys # ---- Quick settings [for Developers to quickly change behavior without changing all files] ---- -VERSION = ['v1.5.2.7', 1527] +VERSION = ['v1.5.2.8', 1528] LOGO = f""" ███████╗███████╗███████╗████████╗ ██╗ ██╗███████╗██╗ ██╗ ██████╗ ███████╗███╗ ██╗ ██╔════╝██╔════╝██╔════╝╚══██╔══╝ ██║ ██╔╝██╔════╝╚██╗ ██╔╝██╔════╝ ██╔════╝████╗ ██║ diff --git a/modules/EsetTools.py b/modules/EsetTools.py index e365ac1bbe..e4fce05427 100644 --- a/modules/EsetTools.py +++ b/modules/EsetTools.py @@ -125,7 +125,7 @@ def getLicenseData(self): exec_js = self.driver.execute_script uCE = untilConditionExecute console_log('\nLicense uploads...', INFO) - uCE(self.driver, f"return {GET_EBAV}('div', 'class', 'LicenseDetailInfo') != null") + uCE(self.driver, f"return {GET_EBAV}('div', 'data-label', 'license-detail-info') != null") if self.driver.current_url.find('detail') != -1: console_log(f'License ID: {self.driver.current_url[-11:]}', OK) uCE(self.driver, f"return {GET_EBAV}('div', 'data-label', 'license-detail-product-name') != null", max_iter=10)