(╯°□°)╯

This commit is contained in:
brostos 2025-07-23 16:59:54 +03:00 committed by GitHub
parent 20ff8c44f6
commit 97d7c719a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,4 +86,5 @@ def extract_plugman(plugins: str) -> dict:
if __name__ == "__main__":
plugins = sys.argv
print(plugins) # Debugging (╯°□°)╯
update_plugin_json(*extract_plugman(plugins))