Skip to content

Commit

Permalink
Update C88C Endpoint
Browse files Browse the repository at this point in the history
The endpoint this semester is CS88 since that's the ok auth I have access to... not sure where the `COURSE_ID` comes from or is used, but I don't think I've modified other systems?
  • Loading branch information
cycomachead authored Jan 24, 2025
1 parent e00d249 commit 4e5c857
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 @@ -54,7 +54,7 @@ class HelpProtocol(models.Protocol):
HELP_TYPE_ENABLED = False
HELP_TYPE_DISABLED_MESSAGE = '<help type disabled>'
CS61A_ENDPOINT = 'cs61a'
C88C_ENDPOINT = 'c88c'
C88C_ENDPOINT = 'cs88'
CS61A_ID = '61a'
C88C_ID = '88c'
UNKNOWN_COURSE = '<unknown course>'
Expand Down

0 comments on commit 4e5c857

Please sign in to comment.