[twitter] fix 'username-alt' option name (#5715)
This commit is contained in:
@@ -1864,7 +1864,7 @@ def _login_impl(extr, username, password):
|
||||
},
|
||||
}
|
||||
elif subtask == "LoginEnterAlternateIdentifierSubtask":
|
||||
alt = extr.config("username_alt") or extr.input(
|
||||
alt = extr.config("username-alt") or extr.input(
|
||||
"Alternate Identifier (username, email, phone number): ")
|
||||
data = {
|
||||
"enter_text": {
|
||||
|
||||
Reference in New Issue
Block a user