This is not js is it?

This commit is contained in:
2019-02-02 00:28:56 +01:00
parent 028301c4c4
commit 0ff205615f

View File

@@ -15,9 +15,9 @@ def tweet(video):
def prompt(name):
manual_name = input("Insufficient name: '{}'\nInput name manually: ".format(name))
if manual_name is 'q':
assert KeyboardInterrupt
if manual_name is 's':
if manual_name == 'q':
raise KeyboardInterrupt
if manual_name == 's':
return None