Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #1

Open
FeelsBadMan1 opened this issue Feb 13, 2021 · 1 comment
Open

Not working #1

FeelsBadMan1 opened this issue Feb 13, 2021 · 1 comment

Comments

@FeelsBadMan1
Copy link

Hello, i tried that but its not working somehow. the issure is listed in the screenshot and another thing that would be nice to do that it run on startup and is hidden however heres the error:
image

@kiko6669
Copy link

yah i fixed this problem just replace this line : hide_path = os.getenv('APPDATA') + '\' + sys.argv[0] with : hide_path = os.path.join(os.getenv('APPDATA'), sys.argv[0])

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

No branches or pull requests

3 participants
@FeelsBadMan1 @kiko6669 and others