This commit is contained in:
Nick
2019-09-24 12:53:37 -06:00
parent d86c098002
commit 83e3639b19
+2 -1
View File
@@ -168,7 +168,8 @@ class CTRLGenerator():
print(" DEBUG:: Prompt to generate by is \n", prompt)
print("******************************")
print("Disallowed used verbs: ", options["used_verbs"])
if "used_verbs" in options:
print("Disallowed used verbs: ", options["used_verbs"])
prompt_length = len(prompt)