Skip to content

Commit

Permalink
Fix Some Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Dec 2, 2023
1 parent 50881bb commit 4435e14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ class parse:

def __init__(self, jsons):
self.value = []
print("""
------------------
MIO-PACKAGE-PARSER
------------------
""")
with open(jsons, 'r', encoding='UTF-8') as f:
try:
data_ = json.load(f)
Expand Down

0 comments on commit 4435e14

Please sign in to comment.