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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user