mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Fixes
This commit is contained in:
parent
75a29043b6
commit
c093a6b28b
4 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue