fixed choices in cli

pull/617/head
Yhtyyar Sahatov 2022-05-26 15:15:12 +03:00
rodzic 73edce2952
commit 5d31b8d58a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -174,8 +174,8 @@ def main():
type=str,
required=True,
choices=[
"ethereum",
"polygon",
AvailableBlockchainType.ETHEREUM.value,
AvailableBlockchainType.POLYGON.value,
],
)
crawl_parser.add_argument(