Skip to content

Commit

Permalink
Update character_picture.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Perseus037 committed Dec 28, 2023
1 parent a40dd8d commit 626120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_nikke/commands/character_picture.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


current_directory = os.path.dirname(__file__)
json_file_path = os.path.join(current_directory, 'character_data.json')
json_file_path = os.path.join(current_directory, '..', 'json', 'character_data.json')

with open(json_file_path, 'r', encoding='utf-8') as file:
character_data = json.load(file)
Expand Down

0 comments on commit 626120f

Please sign in to comment.