no kwargs in input
This commit is contained in:
parent
fa1d985535
commit
eeffd70fe3
@ -4,7 +4,7 @@ import sys
|
|||||||
|
|
||||||
oldinput = input
|
oldinput = input
|
||||||
|
|
||||||
def input(*args, **kwargs):
|
def input(*args):
|
||||||
message = args[0] if len(args) > 0 else ""
|
message = args[0] if len(args) > 0 else ""
|
||||||
while 1:
|
while 1:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user