more nk logging
This commit is contained in:
@@ -133,6 +133,8 @@ def get_nk_workouts(rower, do_async=True, before=0, after=0):
|
||||
dologging('nklog.log', s)
|
||||
s = 'New NK IDs {newids} (user {id})'.format(newids=newids,id=rower.user.id)
|
||||
dologging('nklog.log', s)
|
||||
else:
|
||||
dologging('nklog.log','Newids is false')
|
||||
|
||||
newparkedids = uniqify(newids+parkedids)
|
||||
|
||||
@@ -142,6 +144,7 @@ def get_nk_workouts(rower, do_async=True, before=0, after=0):
|
||||
|
||||
counter = 0
|
||||
for nkid in newids:
|
||||
dologging('nklog.log','Queueing {id}'.format(id=nkid))
|
||||
res = myqueue(queuehigh,
|
||||
handle_nk_async_workout,
|
||||
alldata,
|
||||
|
||||
Reference in New Issue
Block a user