Skip to content

Commit

Permalink
rm python["config"]
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Sep 11, 2024
1 parent 6002b30 commit 1f8be12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ def _get_metadata() -> typing.Dict:
with config_path.open("r") as fh:
conf = json.load(fh)
general_plugin_config = conf["general"]
python_plugin_config = conf["python"]

general_metadata = general_plugin_config

Expand All @@ -405,8 +404,7 @@ def _get_metadata() -> typing.Dict:
)

metadata = {
'general': general_metadata,
'python': python_plugin_config
'general': general_metadata
}

return metadata
Expand Down

0 comments on commit 1f8be12

Please sign in to comment.