diff --git a/modules/EsetTools.py b/modules/EsetTools.py index 4a92ae429..bbc2506fe 100644 --- a/modules/EsetTools.py +++ b/modules/EsetTools.py @@ -165,7 +165,7 @@ def createAccount(self): uCE(self.driver, f'return {GET_EBID}("registration-email-sent").innerText === "We sent you a verification email"', max_iter=10) console_log('Successfully!', OK) except: - raise RuntimeError('ESET temporarily blocked your IP, try again later!!! TRY VPN!!!') + raise RuntimeError('ESET has blocked your IP or email, try again later!!! Try to use VPN or try to change Email API!!!') return True def activateAccount(self): @@ -258,4 +258,4 @@ def getLicenseData(self): console_log('\nGetting information from the license...', INFO) console_log('Information successfully received!', OK) license_name = 'ESET Endpoint Security + ESET Server Security' - return license_name, license_key, license_out_date \ No newline at end of file + return license_name, license_key, license_out_date