aboutsummaryrefslogtreecommitdiffstats
path: root/project/shoutboxapicommunicator.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/shoutboxapicommunicator.py')
-rw-r--r--project/shoutboxapicommunicator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/shoutboxapicommunicator.py b/project/shoutboxapicommunicator.py
index 21e7e8e..7af430e 100644
--- a/project/shoutboxapicommunicator.py
+++ b/project/shoutboxapicommunicator.py
@@ -48,8 +48,8 @@ class ShoutboxCommunicator(BaseCommunicator):
@staticmethod
def send(data):
"""Send a message to the API"""
- post_params = "?user={}&text={}&id={}&ip={}&timestamp={}&api_token={}".format(
- data["user"], data["text"], data["id"], data["ip"], data["timestamp"],
+ post_params = "?user={}&text={}&ip={}&timestamp={}&api_token={}".format(
+ data["user"], data["text"], data["ip"], data["timestamp"],
ShoutboxCommunicator.token
)