Skip to content

Commit

Permalink
Update MasterServer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 12, 2024
1 parent 1c423cc commit 7114b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MasterServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ def _remove_old_documents(self, minutes: int):
{'_last_modified': {'$lt': time_ago}})

# Print the count of deleted documents
print(f"Deleted {result.deleted_count} documents that haven't been updated for {minutes} minutes.")
print(f"[{self.key}] Deleted {result.deleted_count} servers that haven't been updated for {minutes} minutes.")

return result

0 comments on commit 7114b83

Please sign in to comment.