mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-01-18 23:37:05 +00:00
Commented out printing of extracted tweets
This commit is contained in:
parent
010f5fdeec
commit
c4bf95c1a7
4
twoot.py
4
twoot.py
|
@ -463,8 +463,8 @@ def main(argv):
|
||||||
logging.debug('Tweet %s added to list to upload', tweet_id)
|
logging.debug('Tweet %s added to list to upload', tweet_id)
|
||||||
|
|
||||||
# DEBUG: Print extracted tweets
|
# DEBUG: Print extracted tweets
|
||||||
for t in tweets:
|
# for t in tweets:
|
||||||
print(t)
|
# print(t)
|
||||||
|
|
||||||
# **********************************************************
|
# **********************************************************
|
||||||
# Iterate tweets in list.
|
# Iterate tweets in list.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user