Skip to content

Commit 2c512be

Browse files
committed
eror was fixed
1 parent 3e6010d commit 2c512be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

implement-cowsay/cow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
parser = argparse.ArgumentParser(description="Make animals say things")
66

77
# Get supported animals from cowsay library
8-
animals = cowsay.list_cows()
8+
animals = list(cowsay.char_funcs.keys())
99

1010
parser.add_argument(
1111
"message",

0 commit comments

Comments
 (0)