mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
97d7c719a5
commit
ba181d3838
1 changed files with 1 additions and 1 deletions
|
|
@ -86,5 +86,5 @@ def extract_plugman(plugins: str) -> dict:
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
plugins = sys.argv
|
plugins = sys.argv
|
||||||
print(plugins) # Debugging (╯°□°)╯
|
print(plugins) # Debugging (╯°□°)╯
|
||||||
update_plugin_json(*extract_plugman(plugins))
|
update_plugin_json(*extract_plugman(plugins))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue