Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

fix: missing OwnInfo import #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

truenicoco
Copy link
Contributor

get_self() cannot be awaited without this fix:

   File "/venv/lib/python3.11/site-packages/maufbapi/http/api.py", line 344, in get_self
     fields = ",".join(field.name for field in attr.fields(OwnInfo))
                                                           ^^^^^^^
 NameError: name 'OwnInfo' is not defined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant