Satisfy pylint

This commit is contained in:
André Koch-Kramer
2017-07-14 05:37:36 +02:00
parent ca2829becc
commit 8607135740

View File

@@ -686,7 +686,6 @@ class Instaloader:
has changed and return current name of the profile, and store ID of profile. has changed and return current name of the profile, and store ID of profile.
""" """
profile_exists = len(json_data["entry_data"]) > 0 and "ProfilePage" in json_data["entry_data"] profile_exists = len(json_data["entry_data"]) > 0 and "ProfilePage" in json_data["entry_data"]
is_logged_in = json_data["config"]["viewer"] is not None
if self.profile_subdirs: if self.profile_subdirs:
id_filename = profile + "/id" id_filename = profile + "/id"
else: else: