Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LarynQi committed Nov 27, 2023
1 parent 7080e49 commit 7042249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/protocols/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def animate():
if 'output' not in help_response:
print_error("An error occurred. Please try again later.")
return
if 'requestid' not in help_response:
if 'requestId' not in help_response:
print_error("61A-bot is not offering help for this assignment yet. Please try again later.")
return

Expand Down

0 comments on commit 7042249

Please sign in to comment.