mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-09 18:15:40 +02:00
fix(plugins): Fix indentation in fetch_plugin_store - final fix
This commit is contained in:
@@ -1280,7 +1280,7 @@ def fetch_plugin_store(request):
|
||||
for key, value in response_headers.items():
|
||||
response[key] = value
|
||||
return response
|
||||
|
||||
|
||||
except Exception as e:
|
||||
error_message = str(e)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user