Merge pull request 'Fix torrent version layout issue during prompt_for_update' (#7) from sebastian404/PDMameUpdate:master into master

Reviewed-on: https://djib.fr/djib/PDMameUpdate/pulls/7
This commit is contained in:
2021-05-15 22:54:19 +02:00

View File

@ -192,7 +192,7 @@ def prompt_for_update():
data['remote-version'],
data.get('transmission-id', 'N/A')
])
print(tabulate(output, headers=output_header, tablefmt="simple"))
print(tabulate(output, headers=output_header, tablefmt="simple", disable_numparse=True))
print('Should I update the torrents listed above? (y/N)')
answer = input()
if answer.lower() != 'y':