Skip to content

Commit

Permalink
Removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored May 22, 2024
1 parent e1efac9 commit 1e0dffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/EsetTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def getLicenseData(self):
uCE(self.driver, f'return {GET_EBID}("specific-license-overview-license-key") !== null')
console_log('License is uploaded!', OK)
console_log('\nGetting information from the license...', INFO)
license_name = 'ESET PROTECT Advanced ()'
license_name = 'ESET Endpoint Security + ESET Server Security - Universal License'
license_key = exec_js(f'return {GET_EBID}("specific-license-overview-license-key").innerText').strip()
license_out_date = exec_js(f'return {GET_EBID}("specific-license-overview-expiration-date").innerText').strip()
console_log('Information successfully received!', OK)
Expand Down

0 comments on commit 1e0dffc

Please sign in to comment.