mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-07 08:02:06 +08:00
79bb0dc1bd
Changed param assignments in signal handlers to utilize the `self.params` instance variable. This ensures consistency and improves code readability by avoiding reliance on the global `params` object.