update: add a user_login at each contribution (Usefull to compute

contrib/login).
pull/8/head
Sami Mokaddem 2017-11-17 16:05:00 +01:00
parent 1da5cc61ea
commit afef7ed420
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@ def handleContribution(zmq_name, org, contribType, categ, action, pntMultiplier=
nowSec = int(time.time())
pnts_to_add = DEFAULT_PNTS_REWARD
# if there is a contribution, there is a login (even if ti comes from the API)
users_helper.add_user_login(timestamp, org)
# is a valid contribution
if categ is not None:
try: