forked from LeineLab-Public/lab-signal-bot
LabCleaningBot: do not add lemoers account by code
This commit is contained in:
parent
9539ec5984
commit
7d3137dc61
4
main.py
4
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())
|
||||
|
Loading…
Reference in New Issue
Block a user