From c9aa5935c0c245f78200e4ef23ef8da5f1d3d212 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Tue, 5 May 2020 12:19:54 +0200 Subject: [PATCH] lmao --- inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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