From df7bbf7f23b53586f3fd87f4d15ccb9c92c7398a Mon Sep 17 00:00:00 2001 From: "Jasper Dahil (dahilj)" Date: Wed, 1 Nov 2017 11:26:25 +0000 Subject: [PATCH] now working ... probably changed openCats to getCategories and other stuff --- Get_Functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Get_Functions.py b/Get_Functions.py index 47e26cc..147cb83 100644 --- a/Get_Functions.py +++ b/Get_Functions.py @@ -41,13 +41,13 @@ def getName(sentence): foundWord = True if foundWord == False: userName = userName + userWords[i] + " " - return userName #this is the found name + return userName #this is the found name #========================================================================================================= def getQuestion(): """just call this ... I guess, if you want questions ... (need some revision)""" - cat = getCategories(True, 3) + cat = getCategories(True) print("--- Categories ---") print(cat[0]) print(cat[1])