From 3517e937e06647efc6d90dfd5a8e76a9d91c4d8e Mon Sep 17 00:00:00 2001 From: spy Date: Wed, 20 Apr 2022 18:11:42 +0100 Subject: [PATCH] Fix random flag flag --- pridefetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pridefetch b/pridefetch index f49c53c..5cedb4b 100755 --- a/pridefetch +++ b/pridefetch @@ -103,7 +103,7 @@ def main(): if args.random: # Choose a flag at random from a list of comma-seperated flags - flag_choices = args.choose.split(",") + flag_choices = args.random.split(",") draw_fetch(random_choice(flag_choices)) if args.list: