platypush/platypush/event
Fabio Manganiello 862d56a338
Prevent duplicate hook runs.
Instead of being a list, the hooks in the hook processor should be
backed by by-name and by-value maps.

Don't insert a hook if its exact backing method has already been
inserted. This is actually very common when hooks are defined as Python
snippets imported in other scripts too.
2024-04-22 02:05:19 +02:00
..
processor Prevent duplicate hook runs. 2024-04-22 02:05:19 +02:00
__init__.py Added docs for config plugin 2021-11-17 23:59:17 +01:00
hook.py Removed dependency from prctl. 2023-07-23 19:17:30 +02:00