Skip to content

Commit

Permalink
Some plugin.ymls are still using configversion 1 I fixed the ConfigPa…
Browse files Browse the repository at this point in the history
…rser to that
  • Loading branch information
mas6y6 committed Dec 3, 2024
1 parent d976479 commit d27412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cipher/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def __init__(self, file_path: str):
self.name = self.dict["name"]
self.displayname = self.dict["displayname"]
self.version = self.dict["version"]
self.authors = self.dict["authors"]
self.authors = None
self.team = None
self.classname = self.dict["class"]
self.dependencies = self.dict["dependencies"]
Expand Down

0 comments on commit d27412b

Please sign in to comment.