浏览代码

Update context_models.py

Bastien Sevajol 6 年前
父节点
当前提交
f3de6f3ecc
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/tracim_backend/models/context_models.py

+ 1 - 1
backend/tracim_backend/models/context_models.py 查看文件

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