From f0f1160a3bcf5d90cb8e8574f266f9c4a69e728c Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sun, 22 May 2016 10:35:12 -0400 Subject: Remove comment --- last_shout.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/last_shout.py b/last_shout.py index a4b9f82..31df9c8 100755 --- a/last_shout.py +++ b/last_shout.py @@ -127,8 +127,6 @@ def truncate_tweet(s, min_pos=0, max_pos=134, ellipsis=True): return s[0:end] + suffix def build_string(list): - '''TODO: Add some error checking to modify string if text''' - ''' will be more than 140 characters.''' c = len(list) txt = u"\u266A" + " My Top " + str(c) + " #lastfm artists: " -- cgit