replacing timestamp with call to timestamp
This commit is contained in:
@@ -2217,8 +2217,8 @@ def rankings_view2(request,userid=0,
|
||||
|
||||
|
||||
|
||||
lastupdatedtime = arrow.get(lastupdated).timestamp
|
||||
current_time = arrow.utcnow().timestamp
|
||||
lastupdatedtime = arrow.get(lastupdated).timestamp()
|
||||
current_time = arrow.utcnow().timestamp()
|
||||
|
||||
deltatime_seconds = current_time - lastupdatedtime
|
||||
recalc = False
|
||||
|
||||
Reference in New Issue
Block a user