1
0
Fork 0
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:
Alexandr Topilski 2020-02-12 09:14:53 +03:00 committed by GitHub
parent 9cbf92d939
commit 2389a5b098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ class Service(IStreamHandler):
if prepare:
self._client.prepare_service(settings)
res = self._client.sync_service(settings)
self.__refresh_catchups()
# self.__refresh_catchups()
return res
def get_log_stream(self, sid: str):