From 121c7ae170b4bde23707ac22212c22b970363472 Mon Sep 17 00:00:00 2001 From: TatLead Date: Sun, 17 Mar 2024 14:29:41 +0000 Subject: [PATCH] Update Factorio.py --- protocols/Factorio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Factorio.py b/protocols/Factorio.py index b5de299..161925e 100644 --- a/protocols/Factorio.py +++ b/protocols/Factorio.py @@ -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},