This commit is contained in:
Christian Rendina 2020-05-05 12:19:54 +02:00
parent 9de245a272
commit c9aa5935c0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Command:
return self.headerField
class JSONRequest(object):
def __init__(config, command, senderId, text):
def __init__(self, config, command, senderId, text):
self.botName = config.getApiId()
self.botPassword = config.getApiPassword()
self.command = command