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