diff --git a/src/scraper.py b/src/scraper.py index 65fc761..97b786f 100644 --- a/src/scraper.py +++ b/src/scraper.py @@ -177,6 +177,7 @@ class Scraper: tt = TalentTweet.create_from_tweety(t) if tt.is_cross_company(): ret.append(tt) + print(f'Found {len(ret)}/{len(tweets)} TalentTweets') return ret if __name__== '__main__': diff --git a/src/talenttweet.py b/src/talenttweet.py index 94ca31a..df66136 100644 --- a/src/talenttweet.py +++ b/src/talenttweet.py @@ -139,8 +139,8 @@ class TalentTweet: try: self.all_parties.remove(self.author_id) except: pass - if not self.is_cross_company(): - print(f'WARNING: {self.tweet_id} is not cross-company!') + # if not self.is_cross_company(): + # print(f'WARNING: {self.tweet_id} is not cross-company!') def __repr__(self) -> str: