From 1e0dffc62652dfa6fa4196f426e4cd52f1969e08 Mon Sep 17 00:00:00 2001 From: Artem <106631540+rzc0d3r@users.noreply.github.com> Date: Wed, 22 May 2024 17:54:27 +0300 Subject: [PATCH] Removed debugging code --- modules/EsetTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/EsetTools.py b/modules/EsetTools.py index 3187631c07..99aa31bb15 100644 --- a/modules/EsetTools.py +++ b/modules/EsetTools.py @@ -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)