Switch to Sinq CI

This commit is contained in:
2024-11-07 16:30:50 +01:00
parent fba7487f88
commit 9066e314e8
8 changed files with 29 additions and 22 deletions

View File

@ -80,7 +80,6 @@ class CounterBox:
self.presetcount = presetcount
self.resetCounts()
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
s.bind((HOST, PORT))