treeben77 / rblx-open-cloud

API Wrapper for Roblox Open Cloud in Python
https://devforum.roblox.com/t/1991959
MIT License
19 stars 2 forks source link

fix use of aysnc generator iterate_request #22

Closed mikeshardmind closed 2 days ago

mikeshardmind commented 2 days ago

(sorry about the noise of multiple PRs for this, the prior PR erroneously contained significant formatting changes introduced unintentionally)

I don't use this library, but a user showed up with an error referring to this in a server I help out in, and this was a quick fix.

treeben77 commented 2 days ago

Thank you so much Michael! I don't use the asynchronous version of this library either and I'm not super familiar with asynchronous, so I was bound to make mistakes. Thanks again for the patch.