mirror of
https://github.com/SocksPls/hltv-api
synced 2025-04-29 23:23:08 +00:00
Merge pull request #11 from zGrav/master
fix(main): remove comments just to get some output
This commit is contained in:
commit
92ff9f8a50
1 changed files with 20 additions and 20 deletions
40
main.py
40
main.py
|
@ -212,23 +212,23 @@ if __name__ == "__main__":
|
|||
import pprint
|
||||
pp = pprint.PrettyPrinter()
|
||||
|
||||
# pp.pprint('top5')
|
||||
# pp.pprint(top5teams())
|
||||
#
|
||||
# pp.pprint('top30')
|
||||
# pp.pprint(top30teams())
|
||||
#
|
||||
# pp.pprint('top_players')
|
||||
# pp.pprint(top_players())
|
||||
#
|
||||
# pp.pprint('get_players')
|
||||
# pp.pprint(get_players('6137'))
|
||||
#
|
||||
# pp.pprint('get_team_info')
|
||||
# pp.pprint(get_team_info('6137'))
|
||||
#
|
||||
# pp.pprint('get_matches')
|
||||
# pp.pprint(get_matches())
|
||||
#
|
||||
# pp.pprint('get_results')
|
||||
# pp.pprint(get_results())
|
||||
pp.pprint('top5')
|
||||
pp.pprint(top5teams())
|
||||
|
||||
pp.pprint('top30')
|
||||
pp.pprint(top30teams())
|
||||
|
||||
pp.pprint('top_players')
|
||||
pp.pprint(top_players())
|
||||
|
||||
pp.pprint('get_players')
|
||||
pp.pprint(get_players('6137'))
|
||||
|
||||
pp.pprint('get_team_info')
|
||||
pp.pprint(get_team_info('6137'))
|
||||
|
||||
pp.pprint('get_matches')
|
||||
pp.pprint(get_matches())
|
||||
|
||||
pp.pprint('get_results')
|
||||
pp.pprint(get_results())
|
||||
|
|
Loading…
Add table
Reference in a new issue