Skip to content
Permalink
Browse files
now working ... probably
changed openCats to getCategories and other stuff
  • Loading branch information
dahilj committed Nov 1, 2017
1 parent 3497445 commit df7bbf7f23b53586f3fd87f4d15ccb9c92c7398a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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])

0 comments on commit df7bbf7

Please sign in to comment.