소스 검색

Update context_models.py

Bastien Sevajol 7 년 전
부모
커밋
f3de6f3ecc
No account linked to committer's email
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/tracim_backend/models/context_models.py

+ 1 - 1
backend/tracim_backend/models/context_models.py 파일 보기

495
         # list should be able to change (depending on activated/disabled
495
         # list should be able to change (depending on activated/disabled
496
         # apps)
496
         # apps)
497
         app_api = ApplicationApi(
497
         app_api = ApplicationApi(
498
-            APP_LIST
498
+            APP_LIST,
499
         )
499
         )
500
         return app_api.get_default_workspace_menu_entry(self.workspace)
500
         return app_api.get_default_workspace_menu_entry(self.workspace)
501
 
501