We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fb49f commit c90dc42Copy full SHA for c90dc42
google_photos_takeout_helper/__main__.py
@@ -67,7 +67,7 @@ def main():
67
print()
68
print('Type "yes i did that" to confirm:')
69
response = input()
70
- if response == 'yes i did that':
+ if response.lower() == 'yes i did that':
71
print('Heeeere we go!')
72
else:
73
print('Ok come back when you do this')
0 commit comments