diff --git a/getParams.py b/getParams.py index dc1c34a..b4199f4 100644 --- a/getParams.py +++ b/getParams.py @@ -29,6 +29,7 @@ USEDF=input("Use Dialog Flow?(y/n)").lower().strip() while USEDF not in ["y","n"]: USEDF=input("please enter y/n only:").lower().strip() +Client_DF = "" if USEDF in ["Y","y"]: USEDF=True Token_DF=input("Please give your dialogflow.ai developer token:").strip()