[git fast commit] 20. Apr 2018 - 00:46:33

This commit is contained in:
Sheppy
2018-04-20 00:46:33 +02:00
parent 9a0d471473
commit dd7ae53aea
6 changed files with 16 additions and 7 deletions

5
playercount.py Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/python3
import valve.source.a2s as a2
s=a2.ServerQuerier("atlantishq.de",27015)
print(s.players()["player_count"])
s.close()