diff --git a/PDMameUpdate.py b/PDMameUpdate.py index 037671a..c4e6d5a 100755 --- a/PDMameUpdate.py +++ b/PDMameUpdate.py @@ -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':