Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattholy committed Jan 31, 2024
1 parent 8d6f88f commit dd01078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/backend/app/utils/activitypub_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ async def broadcast(self) -> bool:
if isinstance(r, Exception):
f = f + 1
else:
s = s+1
s = s + 1
logger.info(
f'Finish broadcast in {last}s, to {len(responses)} subscribers, {f} failures, {s} successes.')

Expand Down

0 comments on commit dd01078

Please sign in to comment.