You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cheatshh v1.1.1, since cheatshh.toml update is fresh, I missed a test on seeing number of groups visible.
Who will face this issue?
If you download using Homebrew tap, you wont find this issue(I have updated the package), but if you download using Pypi, you will face this issue since I can't republish there with the same version.
Code error
I mistakenly put $(display_group_number) instead of $display_group_number in get_group_names() function.
Fix.
It is recommended you copy paste cheats.sh as it is to resolve any issues.
Note: This issue will be fixed in any upcoming versions automatically.
The text was updated successfully, but these errors were encountered:
In cheatshh v1.1.1, since cheatshh.toml update is fresh, I missed a test on seeing number of groups visible.
Who will face this issue?
If you download using Homebrew tap, you wont find this issue(I have updated the package), but if you download using Pypi, you will face this issue since I can't republish there with the same version.
Code error
I mistakenly put
$(display_group_number)
instead of$display_group_number
inget_group_names()
function.Fix.
It is recommended you copy paste cheats.sh as it is to resolve any issues.
Note: This issue will be fixed in any upcoming versions automatically.
The text was updated successfully, but these errors were encountered: