Skip to content

Commit

Permalink
Add log when job is over
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed May 15, 2024
1 parent 1c7317a commit aba62ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions room_access_rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ def get_room_ids_from(
result={"last_room_id": last_room_id},
)

logger.info(f"Fixing power levels of existing rooms complete !")

return TaskStatus.COMPLETE, None, None

async def fix_room_power_levels(self, room_id: str) -> None:
Expand Down

0 comments on commit aba62ed

Please sign in to comment.