Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Jan 22, 2024
1 parent db7b32c commit b996a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/game/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def get_chat(uid) -> List[List]:


def fn_choice(data: gr.EventData, uid):
uid = check_uuid(uid)
send_player_input(data._data["value"], uid=uid)


Expand Down

0 comments on commit b996a51

Please sign in to comment.