Skip to content

Commit

Permalink
Update EsetTools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored May 17, 2024
1 parent c755e3a commit cc4d640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/EsetTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import colorama
import platform
import sys

class EsetRegister(object):
def __init__(self, registered_email_obj: OneSecEmailAPI, eset_password: str, driver: Chrome):
Expand Down Expand Up @@ -271,4 +272,4 @@ def getLicenseData(self):
console_log('Information successfully received!', OK)
return license_name, license_key, license_out_date
else:
raise RuntimeError('Error!')
raise RuntimeError('Error!')

0 comments on commit cc4d640

Please sign in to comment.