fix patience arg
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ def get_args():
|
|||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-p',
|
'-t',
|
||||||
'--patience',
|
'--patience',
|
||||||
default=5,
|
default=5,
|
||||||
type=int,
|
type=int,
|
||||||
|
|||||||
Reference in New Issue
Block a user