diff --git a/inline.py b/inline.py index 36ddf0b..599b7fd 100644 --- a/inline.py +++ b/inline.py @@ -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