From fc5671c7c5222e948ffbd1e977f1e2197d8df9f1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 21 Jan 2019 19:36:25 +0000 Subject: We only need one '-' between tweet content and short url (tweets.py) --- modules/tweets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tweets.py b/modules/tweets.py index 780faec6..73091171 100644 --- a/modules/tweets.py +++ b/modules/tweets.py @@ -66,7 +66,7 @@ class Module(ModuleManager.BaseModule): short_url = self.events.on("get.shortlink").call_for_result( url=tweet_link) - short_url = " -- %s" % short_url if short_url else "" + short_url = " - %s" % short_url if short_url else "" if "retweeted_status" in tweet: original_username = "@%s" % tweet["retweeted_status" -- cgit v1.3.1-10-gc9f91