sv_vote_kick "0"
sv_vote_spectate "0"
With at least one of these two lines in the config the server will behave odd. It is not possible to add the server to favorites and the client thinks it has 0 slots and thus can not change the team. The whole server info message seems to be broken. It has to be in config seems like setting it on the admin console while the server is running is fine.
./update-points.py
File "./update-points.py", line 20
with open("releases") as f:
^
IndentationError: unexpected indent
python2 update-points.py
python2 update-points.py
File "update-points.py", line 20
with open("releases") as f:
^
IndentationError: unexpected indent
========================================
python3.7 update-points.py
File "update-points.py", line 20
with open("releases") as f:
^
IndentationError: unexpected indent
./update-points.py
Traceback (most recent call last):
File "./update-points.py", line 20, in <module>
with open("releases") as f:
IOError: [Errno 2] No such file or directory: 'releases'