diff --git a/main.py b/main.py index 5cf97e4..f2c4c87 100644 --- a/main.py +++ b/main.py @@ -442,10 +442,8 @@ If due to any reason you can not participate, please just change your "👍" rea unfulfillable_tasks = [] while True: - sync_result = self.sync_members_as_active_users(session) - self.api.update_group_members(self.base_group, ["+4915773232355"], remove=False) - self.api.update_group_admins(self.base_group, ["+4915773232355"], remove=False) + sync_result = self.sync_members_as_active_users(session) if is_err(sync_result): print(sync_result.unwrap_err())