Skip to content

Commit a9d89aa

Browse files
author
Foxlet
committed
Newer hook.
1 parent ee54615 commit a9d89aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/chatbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SESSION = collections.OrderedDict()
2121
API_URL = "http://www.cleverbot.com/webservicemin/"
2222

23-
@hook.onload()
23+
@hook.on_start()
2424
def init_vars():
2525
SESSION['stimulus'] = ""
2626
SESSION['sessionid'] = ""

0 commit comments

Comments
 (0)