mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Update service.py
This commit is contained in:
parent
9cbf92d939
commit
2389a5b098
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Service(IStreamHandler):
|
||||||
if prepare:
|
if prepare:
|
||||||
self._client.prepare_service(settings)
|
self._client.prepare_service(settings)
|
||||||
res = self._client.sync_service(settings)
|
res = self._client.sync_service(settings)
|
||||||
self.__refresh_catchups()
|
# self.__refresh_catchups()
|
||||||
return res
|
return res
|
||||||
|
|
||||||
def get_log_stream(self, sid: str):
|
def get_log_stream(self, sid: str):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue