Skip to content

Commit d714c57

Browse files
committedMay 15, 2024
add homedoormotion to error message when the 'what' argument is unrecognized
1 parent 42df4d6 commit d714c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/githubsearch/status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def application(environ, start_response):
154154
body = state
155155

156156
else:
157-
http_status = f'500 unknown status what={what}; must be one of: github-actions, lucene-benchmarks, jira-nrt, github-nrt, teslamate'
157+
http_status = f'500 unknown status what={what}; must be one of: github-actions, lucene-benchmarks, jira-nrt, github-nrt, teslamate, homedoormotion'
158158

159159
print(f'top status {what=} {http_status=}')
160160

0 commit comments

Comments
 (0)
Please sign in to comment.