update example readme v0.9.3

This commit is contained in:
relikd
2022-04-06 15:42:02 +02:00
parent df4be7c60a
commit 2a6bdf05fd
5 changed files with 148 additions and 62 deletions

View File

@@ -16,7 +16,8 @@ class AdvancedGroupByPlugin(Plugin):
print('inlinetags.regex not valid: ' + str(e))
return
watcher = groupby.add_watcher('testC', config) # tracks dependency
# load config directly (which also tracks dependency)
watcher = groupby.add_watcher('testC', config)
@watcher.grouping()
def _replace(args: GroupByCallbackArgs) -> Generator[str, str, None]: