mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
~ fixed misnamed argument
This commit is contained in:
parent
312617df42
commit
162242bdf9
|
@ -631,7 +631,7 @@ if __name__ == '__main__':
|
||||||
fallback_to=1 )[0]
|
fallback_to=1 )[0]
|
||||||
|
|
||||||
# Creates the chat engine depending on the 'backend' parameter
|
# Creates the chat engine depending on the 'backend' parameter
|
||||||
chatter = BotArgsHelper.chatter(args)
|
chatter = BotArgsHelper.chatter(config)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Real start
|
# Real start
|
||||||
|
|
Loading…
Reference in a new issue