removed unnecesary function

This commit is contained in:
jenz 2022-03-27 12:26:28 +02:00
parent 7f6c92eef9
commit 7c626fbdf8

View File

@ -130,15 +130,6 @@ def bot_connect(server, connected_to_other):
writeCfgInput(str1)
print('not yet connected')
def pairwise(it):
it = iter(it)
while True:
try:
yield next(it), next(it)
except StopIteration:
# no more elements in the iterator
return
if __name__ == '__main__':
atexit.register(exit_handler)
local_port = data_ports['udp_port']
@ -231,9 +222,6 @@ if __name__ == '__main__':
#X2GO_NXAGENT_DEFAULT_OPTIONS="-options nx/nx,sleep=0" /etc/x2go/x2goagent.options
#keeps session as R instead of S which is needed for interaction with graphical components such as steam and CS:S
#cd /home/gameservers/ze_runner_files
#python3 ingamefollowct.py
"""
.bashrc requires:
if [[ $DISPLAY ]]; then
@ -243,5 +231,4 @@ if [[ $DISPLAY ]]; then
steam -no-browser
fi
"""
#apt-get install tmux -> tmux -> cd /home/autismbot1/ze_runner -> python3 ingamefollowct.py
#screen -d -m -S ze_runner python3 ingamefollowct.py