diff --git a/utils/commander.py b/utils/commander.py index 6c8e13c..c5f5ab5 100644 --- a/utils/commander.py +++ b/utils/commander.py @@ -297,7 +297,7 @@ if __name__=="__main__": # print(item, round(result[item],2)) sorted_result = {key: value for key, value in sorted(result.items(),key=lambda item: item[1])} for item in sorted_result: - print(item, sorted_result[item]) + print(item, round(sorted_result[item],2)) input("Press ENTER to continue ") elif command==17: