aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/tweets.py2
1 files changed, 1 insertions, 1 deletions
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"