mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
script: generate-alt-random: reduce output size
This commit is contained in:
parent
3f86a45f68
commit
5001dd844e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def main():
|
|||
cols = term_size.columns
|
||||
|
||||
# Number of characters to write to screen
|
||||
count = 1 * 1024**2
|
||||
count = 256 * 1024**1
|
||||
|
||||
# Characters to choose from
|
||||
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue