Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

encoding #10

Open
Wizz1337 opened this issue Oct 24, 2022 · 2 comments
Open

encoding #10

Wizz1337 opened this issue Oct 24, 2022 · 2 comments

Comments

@Wizz1337
Copy link

No description provided.

@Wizz1337
Copy link
Author

Wizz1337 commented Oct 24, 2022

line 108, with open(LocalState, encoding='utf-8') as f:

@Wizz1337
Copy link
Author

Wizz1337 commented Oct 24, 2022

also there can be more than one profile in chrome
line 39

for i in os.listdir(Browsers['Chrome'] + "\\User Data"):
    if i.startswith("Profile "):
        Count = i.split('Profile ')[1]
        Browsers["ChromeP"+Count] = f"{LocalAppdata}\\Google\\Chrome\\User Data\\{i}"

and i recommand you to save files to AppData\Local\Temp

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant