From d474dedf05f25e9206ea5fa4816b490918ac15f2 Mon Sep 17 00:00:00 2001 From: Juuso Mikkonen Date: Mon, 1 Aug 2016 23:59:12 +0300 Subject: #1 Updated API call to filter TG messages --- project/shoutboxapicommunicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/shoutboxapicommunicator.py b/project/shoutboxapicommunicator.py index 33253ac..dfabc46 100644 --- a/project/shoutboxapicommunicator.py +++ b/project/shoutboxapicommunicator.py @@ -16,7 +16,7 @@ class ShoutboxCommunicator(BaseCommunicator): @staticmethod def get_url(): - return "{}/api/last?seconds={}".format(ShoutboxCommunicator.url, ShoutboxCommunicator.interval) + return "{}/api/last?seconds={}&telegram=false".format(ShoutboxCommunicator.url, ShoutboxCommunicator.interval) @staticmethod def post_url(): -- cgit v1.3