Closed siznax closed 3 years ago
Hi, can you give a little more detail on what you want done? The descriptions do look generic as you described it.
Thanks for posting, @khafrewatkins. This is "simply" a name change.
We need to change lib.info()
to lib.album()
in https://github.com/siznax/moo/blob/main/Moo/play/lib.py
lib.album()
already exists, but it is not being used. So, here are the steps:
lib.album()
functionlib.info()
to lib.album()
lib.info()
with lib.album()
in the rest of the codeinfo
with album_info
where applicableNow that I've listed the steps, I realize this may not be a good first issue?
Hi, this is perfect! I can handle this. Thank you so much!
Khafre
On Mon, Mar 1, 2021, 11:12 AM Steve notifications@github.com wrote:
Thanks for posting, @khafrewatkins https://github.com/khafrewatkins. This is "simply" a name change.
We need to change lib.info() to lib.album() in https://github.com/siznax/moo/blob/main/Moo/play/lib.py
lib.album() already exists, but it is not being used. So, here are the steps:
- Delete the lib.album() function
- Rename lib.info() to lib.album()
- Replace lib.info() with lib.album() in the rest of the code
- Change the variable name info with album_info where applicable
Now that I've listed the steps, I realize this may not be a good first issue?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/siznax/moo/issues/15#issuecomment-788116980, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHF2ONAWVR5MBFOFGSL752LTBPDHXANCNFSM4YLL3EZQ .
"info" is simply too generic. This information should line up with
album
in our code reference https://github.com/siznax/moo/wiki/%F0%9F%8E%B7-Reference