Private
Public Access
1
0

all tasks.py done

This commit is contained in:
2025-10-22 20:21:13 +02:00
parent 385bd52a94
commit ceced92022
13 changed files with 738 additions and 750 deletions

View File

@@ -5,7 +5,7 @@ from rowsandall_app.settings import (
from rowers.views.statements import *
from rowers.plannedsessions import get_dates_timeperiod
from rowers.tasks import fetch_strava_workout
from rowers.utils import NoTokenError
from rowers.models import PlannedSession

View File

@@ -276,18 +276,18 @@ from rowers.tasks import (
handle_sendemail_racesubmission,
handle_sendemail_optout,
handle_sendemail_ical,
handle_c2_async_workout,
handle_send_email_instantplan_notification,
handle_nk_async_workout,
check_tp_workout_id,
handle_split_workout_by_intervals,
)
from rowers.upload_tasks import (
handle_assignworkouts,
handle_post_workout_api,
handle_c2_async_workout,
handle_rp3_async_workout,
handle_sporttracks_workout_from_data
handle_sporttracks_workout_from_data,
handle_split_workout_by_intervals,
)
from scipy.signal import savgol_filter