1
0
Fork 0
mirror of https://github.com/SocksPls/hltv-api synced 2025-04-30 07:33:09 +00:00

Fixed last commit pls ignore

This commit is contained in:
SecretlyTaco 2016-09-16 17:48:38 +01:00
parent 278bb0cdfe
commit 0c781fe66f

View file

@ -202,5 +202,5 @@ def get_results():
if __name__ == "__main__":
import pprint
pp = pprint.PrettyPrinter
pp = pprint.PrettyPrinter()
pp.pprint(get_results())