Skip to content

Commit fe307fd

Browse files
authored
Fix typo in developer key detection
1 parent 6f5d67b commit fe307fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_appengine/search/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get(self):
2323
if DEVELOPER_KEY == "REPLACE_ME":
2424
self.response.write("""You must set up a project and get an API key
2525
to run this project. Please visit
26-
<landing page> to do so."""
26+
<landing page> to do so.""")
2727
else:
2828
youtube = build(
2929
YOUTUBE_API_SERVICE_NAME,

0 commit comments

Comments
 (0)