script: generate-alt-random: reduce output size

This commit is contained in:
Daniel Eklöf 2019-12-19 20:01:52 +01:00
parent 3f86a45f68
commit 5001dd844e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 '