skill_level fix
This commit is contained in:
parent
1a87a824dd
commit
2db93de1ed
|
|
@ -88,7 +88,7 @@ for entrys in steamids:
|
||||||
print("FaceIT Name: "+ rjson['nickname'],)
|
print("FaceIT Name: "+ rjson['nickname'],)
|
||||||
print("Country: "+ rjson['country'])
|
print("Country: "+ rjson['country'])
|
||||||
print("ELO: "+ str(rjson['games']['csgo']['faceit_elo']))
|
print("ELO: "+ str(rjson['games']['csgo']['faceit_elo']))
|
||||||
print("Level : "+ str(rjson['games']['csgo']['faceit_elo']))
|
print("Level : "+ str(rjson['games']['csgo']['skill_level']))
|
||||||
print()
|
print()
|
||||||
print("############################################################")
|
print("############################################################")
|
||||||
|
|
||||||
|
|
@ -104,3 +104,4 @@ for entrys in steamids:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
input('Press ENTER to exit')
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
connected to =[A:1:3454786563:19753]:0
|
connected to =[A:1:3454786563:19753]:0
|
||||||
hostname: Valve CS:GO EU North Server (srcds8027-sto1.188.14)
|
hostname: Valve CS:GO EU North Server (srcds8027-sto1.188.14)
|
||||||
version : 1.38.2.1 secure
|
version : 1.38.2.1 secure
|
||||||
|
|
@ -21,3 +18,6 @@ players : 10 humans, 0 bots (10/10 max) (not hibernating)
|
||||||
# 13 12 "juice" STEAM_1:0:14734584 15:13 66 0 active 786432
|
# 13 12 "juice" STEAM_1:0:14734584 15:13 66 0 active 786432
|
||||||
# 14 13 "halfway crook" STEAM_1:1:33757872 15:13 61 0 active 786432
|
# 14 13 "halfway crook" STEAM_1:1:33757872 15:13 61 0 active 786432
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
||||||
|
pa
|
||||||
Loading…
Reference in New Issue