From 0c781fe66f2005754f223ffccb9088040773bd69 Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Fri, 16 Sep 2016 17:48:38 +0100 Subject: [PATCH] Fixed last commit pls ignore --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 654dec2..3569738 100644 --- a/main.py +++ b/main.py @@ -202,5 +202,5 @@ def get_results(): if __name__ == "__main__": import pprint - pp = pprint.PrettyPrinter + pp = pprint.PrettyPrinter() pp.pprint(get_results())