ajdavis / proporti.onl

Compare number of women, men, and nonbinary people among my friends and followers.
https://www.proporti.onl
Apache License 2.0
239 stars 28 forks source link

Add missing argument to command-line invocation #19

Closed lucaswerkmeister closed 6 years ago

lucaswerkmeister commented 6 years ago

Commit 431f19fe56 added an extra parameter to analyze_friends(), but didn’t add a matching argument to the invocation in command-line mode. Since I don’t know what the extra argument does, I’m going for the simplest possible solution, which is to just specify None for the extra argument (analyze_friends() explicitly checks whether the list_id is None, so presumably that’s a valid argument). Fixes #16.

ajdavis commented 6 years ago

Good, thanks. Sending "None" tells the function to analyze all friends of the Twitter account instead of the friends included in a particular list.