pyflakes fix
This commit is contained in:
parent
0ce8b12c32
commit
17f6df1e30
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class VideoPlayer():
|
||||||
print ':: Streaming from %s' % video_url
|
print ':: Streaming from %s' % video_url
|
||||||
print ':: to %s %s' % (player_name, args)
|
print ':: to %s %s' % (player_name, args)
|
||||||
p1 = Popen(rtmp.split(), stdout=PIPE)
|
p1 = Popen(rtmp.split(), stdout=PIPE)
|
||||||
p2 = Popen([player_name, args], stdin=p1.stdout, stderr=PIPE)
|
Popen([player_name, args], stdin=p1.stdout, stderr=PIPE)
|
||||||
|
|
||||||
def _find_in_path(self,path, filename):
|
def _find_in_path(self,path, filename):
|
||||||
for i in path.split(':'):
|
for i in path.split(':'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue