Update prompt_generator.py

This commit is contained in:
teftef6220
2023-01-09 03:30:54 +09:00
committed by GitHub
parent 2fe7d2abe4
commit c35e8e8976
+1 -1
View File
@@ -106,7 +106,7 @@ def on_ui_tabs():
tempString = re.sub(to_check, "", tempString, flags=re.IGNORECASE)
if(i==0):
global result_prompt
result_prompt = tempString
result_prompt = tempString
print(result_prompt)