forked from djib/PDMameUpdate
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:
@ -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':
|
||||
|
Reference in New Issue
Block a user