remove useless variable
This commit is contained in:
parent
e00d39dcce
commit
4519ee0a1b
|
@ -31,7 +31,6 @@ class AddTags(object):
|
||||||
def main(self):
|
def main(self):
|
||||||
'''Main of the AddTags class class'''
|
'''Main of the AddTags class class'''
|
||||||
maxlength = 500
|
maxlength = 500
|
||||||
shortenedlinklength = 23
|
|
||||||
tweetlength = len(self.tweet)
|
tweetlength = len(self.tweet)
|
||||||
|
|
||||||
# sort list of tags, the ones with the greater length first
|
# sort list of tags, the ones with the greater length first
|
||||||
|
|
Loading…
Reference in a new issue