Satisfy pylint
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user