mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-03-31 01:54:49 +02:00
- Remove redundant list-handling block in doWork() - already handled by moduleBase._run()
- Fix bare except to except (ValueError, TypeError) in _copy_packet_dict_to_packet()
- Replace f-string logging with lazy %-style in _enrich_normal_alarm() and _set_mcast_metadata()
- Remove unused _trigger_ric_mode variable
- Simplify instance name from dynamic MCAST_{id} to static "Multicast" (no debug value)
- Update doWork() docstring to reflect single-packet-only parameter
- Add extension hook comment to _perform_instance_tick()
|
||
|---|---|---|
| .. | ||
| filter | ||
| __init__.py | ||
| descriptor.py | ||
| geocoding.py | ||
| moduleBase.py | ||
| multicast.py | ||
| template_module.py | ||