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