Private
Public Access
1
0

moving to upload_tasks, stopped just before c2

This commit is contained in:
2025-10-22 18:03:13 +02:00
parent 0796f34904
commit 385bd52a94
5 changed files with 305 additions and 285 deletions

View File

@@ -261,7 +261,6 @@ from rowers.tasks import (
handle_sendemail_unrecognized, handle_sendemailnewcomment,
handle_request_post,
handle_sendemailsummary,
handle_rp3_async_workout,
handle_send_template_email,
handle_send_disqualification_email,
handle_send_withdraw_email,
@@ -287,6 +286,8 @@ from rowers.tasks import (
from rowers.upload_tasks import (
handle_assignworkouts,
handle_post_workout_api,
handle_rp3_async_workout,
handle_sporttracks_workout_from_data
)
from scipy.signal import savgol_filter