~ fixed misnamed argument

This commit is contained in:
nicobo 2020-05-22 22:17:17 +02:00
parent 312617df42
commit 162242bdf9
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -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