From fa7fa5b636ee42ca474a68a553e95352686aa5f5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 22 Mar 2023 13:25:20 +0900 Subject: [PATCH] test --- renderer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/renderer.py b/renderer.py index c79046f..57ab0a1 100644 --- a/renderer.py +++ b/renderer.py @@ -251,6 +251,7 @@ def thread_machine_content(machine, machine_content, idx): # Test if the machine is an exit node: exit_node = False + failover_route = False # If the LENGTH of "routes" is NULL/0, there are no routes, enabled or disabled: if len(pulled_routes["routes"]) > 0: advertised_and_enabled = False