mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-28 18:29:05 +01: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