Skip to content
Snippets Groups Projects
Commit fa7f6f2b authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Add modules to store publish list

parent cef5b04d
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment