From 2a1f94f51f898483481eccb709df2ebca41bb3c6 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Fri, 23 Mar 2018 10:34:05 -0400 Subject: [PATCH] updated --- maps/ips_to_maps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maps/ips_to_maps.py b/maps/ips_to_maps.py index b334456..92bafdf 100644 --- a/maps/ips_to_maps.py +++ b/maps/ips_to_maps.py @@ -128,8 +128,7 @@ def get_users_ips(user_id, length): # Get the user IP list from Tautulli payload = {'apikey': TAUTULLI_APIKEY, 'cmd': 'get_user_ips', - 'user_id': user_id, - 'length': length} + 'user_id': user_id} try: r = requests.get(TAUTULLI_URL.rstrip('/') + '/api/v2', params=payload)