1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2020-02-17 08:10:16 -05:00
parent 75a29043b6
commit c093a6b28b
4 changed files with 10 additions and 10 deletions

View file

@ -16,9 +16,9 @@ if __name__ == '__main__':
argv = parser.parse_args()
mongo = connect(uri=argv.mongo_uri)
mongo = connect(argv.mongo_uri)
if mongo:
streams = IStream.objects()
streams = IStream.objects.all()
f = open("out.m3u", "w")
f.write('#EXTM3U\n')
idx = 0