mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
6 lines
136 B
Python
Executable File
6 lines
136 B
Python
Executable File
#!/usr/bin/python3
|
|
import valve.source.a2s as a2
|
|
s=a2.ServerQuerier("atlantishq.de",27015)
|
|
print(s.players()["player_count"])
|
|
s.close()
|