st half implemented
This commit is contained in:
@@ -26,7 +26,7 @@ class SyncIntegration(metaclass=ABCMeta):
|
||||
rower = Rower()
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
user = args[1]
|
||||
user = args[0]
|
||||
self.user = user
|
||||
self.rower = user.rower
|
||||
|
||||
|
||||
Reference in New Issue
Block a user