From a5e63415524e2829d8ccc38aba4a1aa901f580cc Mon Sep 17 00:00:00 2001 From: Joshua Kenyon Date: Tue, 23 Oct 2018 12:29:25 +0000 Subject: [PATCH] Fixed function --- StorylineB.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StorylineB.py b/StorylineB.py index 02aca0a..3ce6ce1 100644 --- a/StorylineB.py +++ b/StorylineB.py @@ -1,3 +1,3 @@ ### Storyline B -def StoryB -print("Testing if this works as it should") +def StoryB(): + print("Testing if this works as it should")