From 249c5e965a3fbec1cc07198d7faf2cc75330b812 Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 18 Jan 2018 16:03:36 -0500 Subject: [PATCH] Removing a call to update_series not required. --- get_series.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/get_series.py b/get_series.py index 3a7edff93..8f663282b 100644 --- a/get_series.py +++ b/get_series.py @@ -94,5 +94,3 @@ def profile_id_to_language(id): for profile in profiles_list: if id == profile[0]: return profile[1] - -update_series()