Skip to content

Commit b2e5145

Browse files
committed
Update 0-setup.php
1 parent 0a90366 commit b2e5145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai chatbot/chatbot/0-setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
unset($replace[$k]);
2222
if (count($replace)==0) { break; }
2323
}}}
24-
try { file_put_contents(PATH_CHATBOT . "settingszzzzzz.py", implode("", $cfg)); }
24+
try { file_put_contents(PATH_CHATBOT . "settings.py", implode("", $cfg)); }
2525
catch (Exception $ex) { exit("Error writing to ". PATH_CHATBOT . "settings.py"); }
2626

2727
// (E) ADD AI TO CORE-CONFIG.PHP

0 commit comments

Comments
 (0)