mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
fix print errors
This commit is contained in:
parent
98df93f7e1
commit
7b009586a7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from ast import Call, Dict, Name, Constant, keyword
|
|||
def update_plugin_json(plugin_info, category):
|
||||
name = plugin_info["plugin_name"]
|
||||
import os
|
||||
print(os.getwc())
|
||||
print(os.getcwd())
|
||||
|
||||
with open(f"plugins/{category}/{category}.json", "r+") as file:
|
||||
data = json.load(file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue