From 3a3fce54e92917351f7dc3f54288f54ab9ee69c1 Mon Sep 17 00:00:00 2001 From: spy Date: Wed, 20 Apr 2022 18:13:09 +0100 Subject: [PATCH] Add width option to random flag --- pridefetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pridefetch b/pridefetch index 5cedb4b..9448c7a 100755 --- a/pridefetch +++ b/pridefetch @@ -104,7 +104,7 @@ def main(): if args.random: # Choose a flag at random from a list of comma-seperated flags flag_choices = args.random.split(",") - draw_fetch(random_choice(flag_choices)) + draw_fetch(random_choice(flag_choices), args.width) if args.list: # List out all the available flags