mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-06 18:00:18 +00:00
Add get_system_default_repo_id() to seafile_api
This commit is contained in:
@@ -652,6 +652,9 @@ class SeafileAPI(object):
|
|||||||
def get_total_storage (self):
|
def get_total_storage (self):
|
||||||
return seafserv_threaded_rpc.get_total_storage()
|
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()
|
seafile_api = SeafileAPI()
|
||||||
|
|
||||||
class CcnetAPI(object):
|
class CcnetAPI(object):
|
||||||
|
Reference in New Issue
Block a user