Skip to content

Commit

Permalink
Update Factorio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 17, 2024
1 parent ba617d3 commit 121c7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/Factorio.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _upsert_bulk_write(self, server_list: list):
# Prepare the updates
updates = [
UpdateOne(
{'host_address': server_list['host_address']},
{'host_address': server['host_address']},
{
'$set': server,
'$currentDate': {'_last_modified': True},
Expand Down

0 comments on commit 121c7ae

Please sign in to comment.