Update base.py
This commit is contained in:
		
							parent
							
								
									ff1c7102df
								
							
						
					
					
						commit
						5917f94a82
					
				@ -28,7 +28,7 @@ class Base:
 | 
			
		||||
      setattr(self, attr, lst)
 | 
			
		||||
    
 | 
			
		||||
  def __setattr__(self, name, value):
 | 
			
		||||
    if name not in ['symbol','store']:
 | 
			
		||||
    if name not in ['symbol','store','__dict__']:
 | 
			
		||||
      self.store.dirty(self)
 | 
			
		||||
    super().__setattr__(name, value)
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user