Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 324eaeb

Browse files
authored
Update upload_users_to_group.py
removed a typo
1 parent 7dfa06f commit 324eaeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/upload_users_to_group.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#### GO TO ADMIN --> GROUPS AND FIND THE GROUP ID YOU WANT TO ADD THE PEOPLE TO. ADD IT BELOW
1010
### Alternative would be to use the search groups endpoint
1111

12-
sdk.search_groups()
1312
def add_csv_of_users_to_group(group_id:int, file_path:str):
1413
data = []
1514
i=0
@@ -35,4 +34,4 @@ def add_csv_of_users_to_group(group_id:int, file_path:str):
3534
except IndexError:
3635
print('Index error \n')
3736
print(email)
38-
pass
37+
pass

0 commit comments

Comments
 (0)