Updated link test

This commit is contained in:
Mark Qvist 2022-06-09 17:14:43 +02:00
parent a4b80e7ddb
commit 513a82e363
2 changed files with 5 additions and 4 deletions

View file

@ -248,8 +248,8 @@ class TCPClientInterface(Interface):
def processOutgoing(self, data):
if self.online:
while self.writing:
time.sleep(0.01)
# while self.writing:
# time.sleep(0.01)
try:
self.writing = True