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
Traceback (most recent call last):
File "/home/tom/Projects/textual/tools/widget_documentation.py", line 79, in <module>
main()
File "/home/tom/Projects/textual/tools/widget_documentation.py", line 73, in main
print_bindings(widget, bindings)
File "/home/tom/Projects/textual/tools/widget_documentation.py", line 31, in print_bindings
print(f"| {binding.key} | {binding.description} |")
^^^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'key'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: