Skip to content

Commit 24efca2

Browse files
committed
fix indentation for update_node_domain function
1 parent a438788 commit 24efca2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

domain_director/domain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def decide_node_domain(node_id, polygons, lat=None, lon=None, accuracy=None, max
6666
return domain, criteria
6767

6868
def update_node_domain(node_id, polygons, wifis=None, api_key="test", lat=None, lon=None, accuracy=None,
69-
default_domain=None,
70-
max_accuracy=250, treshold_distance=0, default_switch_time=-1, migrate_only_vpn=False):
69+
default_domain=None,
70+
max_accuracy=250, treshold_distance=0, default_switch_time=-1, migrate_only_vpn=False):
7171
is_vpn_only = False
7272
mesh_id = Node.get_mesh_id(node_id)
7373
if mesh_id is None:

0 commit comments

Comments
 (0)