update and cleanup repo

This commit is contained in:
2026-05-26 15:32:01 -07:00
parent 5041d9fbb9
commit 0db899d0c3
72 changed files with 788 additions and 1884 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class HelloProvider(Provider):
table = Table(f"Hello Details: {title}")._perseverance(True)
table.set_table("hello")
try:
table.set_table_metadata({"provider": "hello", "view": "details", "example_index": idx})
table.set_table_metadata({"plugin": "hello", "view": "details", "example_index": idx})
except Exception:
pass