Ignored photo_tag until compose_* functions are modified
This commit is contained in:
parent
b8439903f3
commit
5a57cb965d
@ -141,7 +141,7 @@ class vkSession(object):
|
|||||||
self.db[name]["items"] = []
|
self.db[name]["items"] = []
|
||||||
first_addition = True
|
first_addition = True
|
||||||
for i in data:
|
for i in data:
|
||||||
if i.has_key("type") and i["type"] == "wall_photo": continue
|
if i.has_key("type") and (i["type"] == "wall_photo" or i["type"] == "photo_tag"): continue
|
||||||
if find_item(self.db[name]["items"], i) == False:
|
if find_item(self.db[name]["items"], i) == False:
|
||||||
# if i not in self.db[name]["items"]:
|
# if i not in self.db[name]["items"]:
|
||||||
if first_addition == True or show_nextpage == True:
|
if first_addition == True or show_nextpage == True:
|
||||||
|
Loading…
Reference in New Issue
Block a user