From bf2c8693d4c47d2c1b0a23f724e580f58b32b99e Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Wed, 22 Apr 2015 00:42:58 -0400 Subject: [PATCH] added grumpy cat --- djangui/tests/scripts/fetch_cats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangui/tests/scripts/fetch_cats.py b/djangui/tests/scripts/fetch_cats.py index 11fc2a6..f01f611 100755 --- a/djangui/tests/scripts/fetch_cats.py +++ b/djangui/tests/scripts/fetch_cats.py @@ -17,7 +17,7 @@ This will find you cats. parser = argparse.ArgumentParser(description = description) parser.add_argument('--count', help='The number of cats to find (max: 10)', type=int, default=1) parser.add_argument('--kittens', help='Search for kittens.', action='store_true') -parser.add_argument('--breed', help='The breed of cat to find', type=str, choices=('lol', 'tabby', 'bengal', 'scottish')) +parser.add_argument('--breed', help='The breed of cat to find', type=str, choices=('lol', 'tabby', 'bengal', 'scottish', 'grumpy')) # Start FancyURLopener with defined version