readded actually needed check
This commit is contained in:
parent
76b336a657
commit
554c88a7ea
@ -207,7 +207,7 @@ if __name__ == '__main__':
|
||||
launch_css_process()
|
||||
connected_to_other = False
|
||||
connection_issue_counter = -10
|
||||
if not 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)
|
||||
|
Loading…
Reference in New Issue
Block a user