From eeb19ea39df4e3f0d13dcf74db49359337e53abf Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Mon, 15 Jul 2019 12:44:30 -0500 Subject: [PATCH] modified: madlibs.py --- madlibs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/madlibs.py b/madlibs.py index 2deed7b..278a62b 100644 --- a/madlibs.py +++ b/madlibs.py @@ -29,7 +29,7 @@ StoryCount = str(args.story) #if statements for ArgSparce -# line 35 fails if args.story reads as "None", so we need to clear that string if it reads as such. +# line 36 fails if args.story reads as "None", so we need to clear that string if it reads as such. if args.story == None: exec('args.story = int(0)') # args.story should now read as 0