feeds: fix .dic code
Bug introduced recently…
This commit is contained in:
		@@ -620,7 +620,7 @@ class Feed(object):
 | 
				
			|||||||
        if new is None:
 | 
					        if new is None:
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for attr in self.dic:
 | 
					        for attr in globals()[self.itemsClass].dic:
 | 
				
			||||||
            try:
 | 
					            try:
 | 
				
			||||||
                setattr(item, attr, getattr(new, attr))
 | 
					                setattr(item, attr, getattr(new, attr))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user