improving syncrecord functionality, now also for workout export
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from abc import ABCMeta, ABC, abstractmethod
|
||||
from importlib import import_module
|
||||
from rowers.models import Rower, User, create_or_update_syncrecord
|
||||
from rowers.models import Rower, User, create_or_update_syncrecord, get_known_ids
|
||||
from rowers.utils import NoTokenError,dologging
|
||||
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user