Skip to content

Commit 9fcf8ba

Browse files
committed
update archive_blocks question
1 parent 9d8162b commit 9fcf8ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def run_cli():
120120
if mode == "liteserver":
121121
archive_blocks = questionary.text(
122122
"Do you want to download archive blocks via TON Storage? Press Enter to skip.\n"
123-
"If yes, provide block seqno or date to start from and (optionally) block seqno or date to end with (send `1` to download all blocks and setup full archive node).\n"
123+
"If yes, provide block seqno or date to start from and (optionally) block seqno or date to end with\n"
124+
"(send `1` to download all blocks and setup full archive node).\n"
124125
"Examples: `30850000`, `10000000 10200000`, `2025-01-01`, `2025-01-01 2025-01-30`",
125126
validate=validate_archive_blocks
126127
).unsafe_ask()

0 commit comments

Comments
 (0)