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
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ast.py", line 417, in generic_visit
self.visit(value)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ast.py", line 407, in visit
return visitor(node)
^^^^^^^^^^^^^
File "/Users/developedpage/Library/Caches/pypoetry/virtualenvs/aiogramskeleton-7_Co3vY6-py3.12/lib/python3.12/site-packages/ftl_extract/matcher.py", line 154, in visit_Call
key=cast(ast.Constant, node.args[0]).value,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Call' object has no attribute 'value'
The text was updated successfully, but these errors were encountered:
Code:
Error:
The text was updated successfully, but these errors were encountered: