1
0
Fork 0
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:
topilski 2019-09-21 07:58:12 -04:00
parent c43391e862
commit ebc47ca4da

View file

@ -71,7 +71,7 @@ if __name__ == '__main__':
stream.save()
streams.append(stream)
server.add_streams(streams)
server.streams.append(streams)
cursor.close()
db.close()