This is not js is it?
This commit is contained in:
@@ -15,9 +15,9 @@ def tweet(video):
|
|||||||
def prompt(name):
|
def prompt(name):
|
||||||
manual_name = input("Insufficient name: '{}'\nInput name manually: ".format(name))
|
manual_name = input("Insufficient name: '{}'\nInput name manually: ".format(name))
|
||||||
|
|
||||||
if manual_name is 'q':
|
if manual_name == 'q':
|
||||||
assert KeyboardInterrupt
|
raise KeyboardInterrupt
|
||||||
if manual_name is 's':
|
if manual_name == 's':
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user