x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 454 forks source link

Variable name the same as built-in function name. #57

Open WalterMccan opened 5 years ago

WalterMccan commented 5 years ago

Variable name sum might create some issues down the line as it is also a built-in function name.

https://github.com/x0rz/tweets_analyzer/blob/025123898db5288240935bc5dee7ae64bbb949c8/tweets_analyzer.py#L266