-
Notifications
You must be signed in to change notification settings - Fork 5
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
fixed several issues #4
base: main
Are you sure you want to change the base?
Conversation
Systm21
commented
Sep 11, 2023
- temporary fixed python version check
- fixed output_folder issue
- deleted obolete settings-template.toml
- create keys folder
- placed infofile for placing keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! The latest update also has most of these. I've thought of making the code Python 3.11+ exclusively to avoid the version check. I'd hate to shut anyone out if Python 3.7 can do the job.
What do you think?
The Problem for me was, that Python 3.11 can't find the tomllib and gives me errors. But its an onboard library, right? So i disabled it temporary to find the other issues. You can update it later (or implement a working version check,), if everything works fine. |
Interesting. I wonder why. Is there a better way to check the version? |
I dont have much experience with python, sorry. According to the keyfile blocks, the readme should get a polish after everything works. |