1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 07:26:37 +00:00

Add get_system_default_repo_id() to seafile_api

This commit is contained in:
cuihaikuo
2017-06-30 14:30:19 +08:00
parent cc4ab3885b
commit 961e570653

View File

@@ -652,6 +652,9 @@ class SeafileAPI(object):
def get_total_storage (self):
return seafserv_threaded_rpc.get_total_storage()
def get_system_default_repo_id (self):
return seafserv_threaded_rpc.get_system_default_repo_id()
seafile_api = SeafileAPI()
class CcnetAPI(object):