Browse Source

walle 2.0 alpha - 增加首页info error

walle 6 years ago
parent
commit
78e8d7503f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      walle/api/general.py

+ 1 - 0
walle/api/general.py

@@ -106,4 +106,5 @@ class GeneralAPI(SecurityResource):
             'commit': commit,
             'server': platform.platform(),
             'python': platform.python_version(),
+            'error': '',
         })