You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ammarmallik, The printed output is hard coded to say things such as: {} have made {} public contribution(s) today. line 141 {} have done {} other public activit(y/ies) today. line 157 {} have starred {} repo(s) today. line 176
The logic has been modified with the addition of --date parameter, so these print statements need to reflect the date value (args['date']) which should be passed into the function calls between lines 298 and 307.
Default format of output in console contains
Today
which is now irrelevant as we provide date arguementsThe text was updated successfully, but these errors were encountered: