mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Review
This commit is contained in:
parent
da0e05384a
commit
146da72d08
1 changed files with 1 additions and 2 deletions
|
@ -399,8 +399,7 @@ class Service(IStreamHandler):
|
||||||
|
|
||||||
def __reload_from_db(self):
|
def __reload_from_db(self):
|
||||||
self._streams = []
|
self._streams = []
|
||||||
streams = self._settings.streams
|
for stream in self._settings.streams:
|
||||||
for stream in streams:
|
|
||||||
self.__init_stream_runtime_fields(stream)
|
self.__init_stream_runtime_fields(stream)
|
||||||
self._streams.append(stream)
|
self._streams.append(stream)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue