Removing a call to update_series not required.

This commit is contained in:
morpheus65535 2018-01-18 16:03:36 -05:00
parent 78f09cd9d6
commit 249c5e965a
1 changed files with 0 additions and 2 deletions

View File

@ -94,5 +94,3 @@ def profile_id_to_language(id):
for profile in profiles_list:
if id == profile[0]:
return profile[1]
update_series()