From bef4a5245fc08aaf34fc1dccf3e34cebd6c902fc Mon Sep 17 00:00:00 2001 From: Alessandro Elias <ale.elias2011@gmail.com> Date: Wed, 10 Jul 2019 22:46:50 -0300 Subject: [PATCH] Fix identation --- twitter-api-example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitter-api-example.py b/twitter-api-example.py index 39c11b4..fecdf8d 100755 --- a/twitter-api-example.py +++ b/twitter-api-example.py @@ -32,8 +32,8 @@ def search(api, searchQuery, sincedate, untildate, csvFile, jsonFile): tweet.lang, tweet.text.encode('utf-8')]) tweetCount += 1 - if tweetCount > 99: - break + if tweetCount > 99: + break print ("Downloaded {0} tweets".format(tweetCount)) -- GitLab