Fix torrent version layout issue during prompt_for_update
This commit is contained in:
@ -192,7 +192,7 @@ def prompt_for_update():
|
|||||||
data['remote-version'],
|
data['remote-version'],
|
||||||
data.get('transmission-id', 'N/A')
|
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)')
|
print('Should I update the torrents listed above? (y/N)')
|
||||||
answer = input()
|
answer = input()
|
||||||
if answer.lower() != 'y':
|
if answer.lower() != 'y':
|
||||||
|
Reference in New Issue
Block a user