fix: use nowSec instead of the undefiend timestamp

pull/8/head
Sami Mokaddem 2017-11-17 16:51:44 +01:00
parent 98deecbf31
commit 57abda40c7
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def handleContribution(zmq_name, org, contribType, categ, action, pntMultiplier=
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)
users_helper.add_user_login(nowSec, org)
# is a valid contribution
if categ is not None: