mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-14 18:59:20 +02:00
Fix for termux, close EOF
This commit is contained in:
parent
96ce0dfb50
commit
d689a4c34e
|
@ -69,4 +69,4 @@ def track_info_output(track):
|
|||
else:
|
||||
output.append(f'{k}: {v}')
|
||||
output = '\n'.join(output)
|
||||
os.system(f'less <<EOF\n{output}')
|
||||
os.system(f'less <<EOF\n{output}\nEOF')
|
||||
|
|
Loading…
Reference in New Issue