Private
Public Access
1
0

more nk logging

This commit is contained in:
Sander Roosendaal
2022-05-12 21:55:54 +02:00
parent a325b98ac3
commit b052db5786

View File

@@ -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,