mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Fix server push
This commit is contained in:
parent
c43391e862
commit
ebc47ca4da
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ if __name__ == '__main__':
|
||||||
stream.save()
|
stream.save()
|
||||||
streams.append(stream)
|
streams.append(stream)
|
||||||
|
|
||||||
server.add_streams(streams)
|
server.streams.append(streams)
|
||||||
|
|
||||||
cursor.close()
|
cursor.close()
|
||||||
db.close()
|
db.close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue