Skip to content
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

upgrade unrealsdk, fix tps #63

Merged
merged 4 commits into from
Jan 1, 2025
Merged

upgrade unrealsdk, fix tps #63

merged 4 commits into from
Jan 1, 2025

Conversation

apple1417
Copy link
Contributor

No description provided.

we're actually returning a list, which is only an iterable, not an iterator.
with this change `next(unrealsdk.find_all("cls"))` correctly causes type checking to fail, you need `next(iter(...))`
@apple1417 apple1417 changed the title upgrade pyunrealsdk, fix tps upgrade unrealsdk, fix tps Jan 1, 2025
@apple1417 apple1417 merged commit 82269e4 into bl-sdk:master Jan 1, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant