Skip to content

Commit

Permalink
Update v1.5.2.8
Browse files Browse the repository at this point in the history
1. Updated the algorithm for ESET HOME related command line arguments
  • Loading branch information
rzc0d3r authored Dec 10, 2024
1 parent 92a9ddd commit 8ab045d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified img/project_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
███████╗███████╗███████╗████████╗ ██╗ ██╗███████╗██╗ ██╗ ██████╗ ███████╗███╗ ██╗
██╔════╝██╔════╝██╔════╝╚══██╔══╝ ██║ ██╔╝██╔════╝╚██╗ ██╔╝██╔════╝ ██╔════╝████╗ ██║
Expand Down
2 changes: 1 addition & 1 deletion modules/EsetTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ab045d

Please sign in to comment.