-
Notifications
You must be signed in to change notification settings - Fork 2
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
Redundant variables #36
Comments
Hi Tom, I'd like to work on this issue. Is there anything I'd need to download or install in order to test my changes, besides the repo itself? |
When you clone the repo you'll want to do If you want to test the mastodon side you'll need a bot account on a mastodon server (if your server doesn't support more than 4 poll options you'll have to work off of @phi1997's pull request which hasn't been merged in yet #33. Fortunately for this issue you probably won't need a mastodon account, just uncomment Line 326 in 45f30df
Worst case, if you just want to make the updates and put them in a pull request I'll go ahead and test them for you |
Yeah that's where you'd run it from (https://note.nkmk.me/en/python-pip-install-requirements/), Also, if you're new to this I'd also recommend setting up a virtual environment (https://docs.python.org/3/library/venv.html) and you'll want to make sure you're running a python version >3.9 If you're not familiar a virtual environment is pretty easy to setup if you have python installed already: And then when you're in the virtual environment install all the packages with the |
Okay, I finally got around to working on this. So far I've made |
Yeah I might change how screenshot_dir and gif_dir work later on but that's fine for now could you move save_dir as well I'm pretty sure that's constant throughout the project? And then yeah that should be good for a PR |
I think you meant |
Just the main branch is fine |
There's a few variables that should be constants instead of being redefined in every function e.g.
MastodonPlaysGameboy/gb.py
Line 257 in 45f30df
The text was updated successfully, but these errors were encountered: