Add modules to store publish list
This commit is contained in:
		
							parent
							
								
									cef5b04d82
								
							
						
					
					
						commit
						fa7f6f2b8c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -37,6 +37,8 @@ _modules = {}  # type: Dict[str, Dict[str, Any]]
 | 
			
		|||
_store_publish_modules = [
 | 
			
		||||
    'UserMood',
 | 
			
		||||
    'UserActivity',
 | 
			
		||||
    'UserLocation',
 | 
			
		||||
    'UserTune',
 | 
			
		||||
]  # type: List[str]
 | 
			
		||||
 | 
			
		||||
for file in Path(__file__).parent.iterdir():
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue