mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-09 21:25:42 +00:00
Fix random flag flag
This commit is contained in:
parent
f0e3a90d29
commit
3517e937e0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user