Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Oct 28, 2024
1 parent 45e2eb1 commit f3ef9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heihachi/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_frame_data_embed(framedb: FrameDb, frame_service: FrameService, char_que
"""

character = framedb.get_character_by_name(char_query)
#logger.debug(f"Character: {character}")
# logger.debug(f"Character: {character}")
if character:
move_type = framedb.get_move_type(move_query)
if move_type:
Expand Down

0 comments on commit f3ef9d4

Please sign in to comment.