mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-19 18:01:23 +02:00
- Remove redundant local import of pluginInstaller inside install_from_store function - pluginInstaller is already imported at module level (line 20) - The local import was creating a variable shadowing issue - When the cleanup code path wasn't executed, pluginInstaller was referenced before assignment - Fixes installation from store failing with variable reference error