facebook icon indicating copy to clipboard operation
facebook copied to clipboard

fix: missing OwnInfo import

Open truenicoco opened this issue 9 months ago • 0 comments

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

truenicoco avatar Sep 24 '23 07:09 truenicoco