diff options
| -rw-r--r-- | project/shoutboxapicommunicator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |
