updated other server checks

This commit is contained in:
christian 2021-10-17 15:00:04 +02:00
parent 65db51602f
commit 4e6a638641

View File

@ -201,9 +201,10 @@ if __name__ == '__main__':
launch_css_process()
connected_to_other = False
connection_issue_counter = -10
connection_issue_counter += 1
print('connection_issue_counter: ', connection_issue_counter)
bot_connect(data, connected_to_other)
if not connected_to_other or "ze" in data:
connection_issue_counter += 1
print('connection_issue_counter: ', connection_issue_counter)
bot_connect(data, connected_to_other)
elif "clientmessage:" in data:
messager_name = data.split("clientmessage:", 1)[1].split(" 72DqZ84")[0]
databyte_send_message = messager_name + data.split("72DqZ84")[1]