Skip to content

Commit d47adf4

Browse files
Merge pull request #825 from Luci2015/patch-1
Update connector_umapi.py
2 parents 8840260 + b093020 commit d47adf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_sync/connector/connector_umapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def get_groups(self):
183183
return list(self.iter_groups())
184184

185185
def iter_groups(self):
186+
self.connection.start_sync()
186187
try:
187188
for g in umapi_client.GroupsQuery(self.connection):
188189
yield g

0 commit comments

Comments
 (0)