-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pip imports fix & line 184-185 writeconfig fix #173
base: master
Are you sure you want to change the base?
Conversation
Check the fsociety.py from my fork, line 20 to 42 and line 183 to 184 if you don't really understand, i tested up the changes i did, and it does work |
???? |
Deleted License & Delete wrong files. This contribution is not very pertinent |
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.
Fix file deletion issues
re-added previously deleted files
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.
Stop delete "README.md" what's wrong with this file?
the issues i've fixed are about the pip packages being packages not available anymore.
and the second issue, in line 185 of the python file, being that it tries to write the fsociety.cfg file, but it cannot due to python3. and another issue is that you've used print"" without brackets.