fixed the default value of otc-token in decode.py

This commit is contained in:
Dongji Gao 2023-09-19 10:46:55 -04:00
parent 0451ff140f
commit b8aad7b9f2

View File

@ -68,7 +68,7 @@ def get_parser():
)
parser.add_argument(
"--otc-token", type=str, default="<star>", help="OTC token",
"--otc-token", type=str, default="<star>", help="OTC token",
)
parser.add_argument(