Skip to content

Commit c90dc42

Browse files
committed
Add .lower()
1 parent c4fb49f commit c90dc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_photos_takeout_helper/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767
print()
6868
print('Type "yes i did that" to confirm:')
6969
response = input()
70-
if response == 'yes i did that':
70+
if response.lower() == 'yes i did that':
7171
print('Heeeere we go!')
7272
else:
7373
print('Ok come back when you do this')

0 commit comments

Comments
 (0)