Remove unused code
This commit is contained in:
parent
7f47fe95c5
commit
16d80e59e9
1 changed files with 0 additions and 3 deletions
|
@ -72,10 +72,7 @@ for t in reversed(d.entries[0:5]):
|
|||
print("ERROR: First Login Failed!")
|
||||
sys.exit(1)
|
||||
|
||||
#h = BeautifulSoup(t.summary_detail.value, "html.parser")
|
||||
c = t.title
|
||||
# if t.author != '(%s)' % twitter:
|
||||
# c = ("RT %s\n" % t.author[1:-1]) + c
|
||||
toot_media = []
|
||||
# get the pictures...
|
||||
for p in re.finditer(r"https://pbs.twimg.com/[^ \xa0\"]*", t.summary):
|
||||
|
|
Loading…
Reference in a new issue