mirror of
https://github.com/SocksPls/hltv-api
synced 2025-04-30 23:43:08 +00:00
Fixed last commit pls ignore
This commit is contained in:
parent
278bb0cdfe
commit
0c781fe66f
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -202,5 +202,5 @@ def get_results():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import pprint
|
import pprint
|
||||||
pp = pprint.PrettyPrinter
|
pp = pprint.PrettyPrinter()
|
||||||
pp.pprint(get_results())
|
pp.pprint(get_results())
|
||||||
|
|
Loading…
Add table
Reference in a new issue