X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=site_config.py;h=b09e735c79c8f92665438b2c064f9ccf652d33bd;hb=a4bf4d05230474ad14243d67ac7f8c938f670e58;hp=62c2b98d347c67954980e794a93e5edebcf705a2;hpb=36fea7f15ed17150691b5b3ead75450e575229ef;p=python_utils.git diff --git a/site_config.py b/site_config.py index 62c2b98..b09e735 100644 --- a/site_config.py +++ b/site_config.py @@ -97,9 +97,7 @@ def get_config(): network_netmask='255.255.255.0', network_router_ip='10.0.0.1', presence_location=Location.HOUSE, - is_anyone_present=lambda x=Location.HOUSE: is_anyone_present_wrapper( - x - ), + is_anyone_present=lambda x=Location.HOUSE: is_anyone_present_wrapper(x), arper_minimum_device_count=50, ) elif location == 'CABIN': @@ -110,9 +108,7 @@ def get_config(): network_netmask='255.255.255.0', network_router_ip='192.168.0.1', presence_location=Location.CABIN, - is_anyone_present=lambda x=Location.CABIN: is_anyone_present_wrapper( - x - ), + is_anyone_present=lambda x=Location.CABIN: is_anyone_present_wrapper(x), arper_minimum_device_count=15, ) else: