Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize FirewallWrapper instantiation in fds.py
Moved the FirewallWrapper instance creation outside of the for loop in the fds.py file. This change avoids creating multiple instances of FirewallWrapper unnecessarily. Instead, a single instance is created and reused, optimizing resource usage.
- Loading branch information