Fix for termux, close EOF

This commit is contained in:
localhost_frssoft 2023-06-15 19:04:11 +03:00
parent 96ce0dfb50
commit d689a4c34e
1 changed files with 1 additions and 1 deletions

View File

@ -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')