📚Docs + DISCOVER_PLUGINS

This commit is contained in:
jokob-sk
2024-12-20 11:14:44 +11:00
parent 8877e7a528
commit b80718d409
27 changed files with 74 additions and 22 deletions

View File

@@ -169,7 +169,7 @@ def periodic_write(interval=1):
while not stop_event.is_set():
with api_lock:
for endpoint in apiEndpoints:
endpoint.try_write() # Attempt to write each endpoint if necessary
endpoint.try_write(False) # Attempt to write each endpoint if necessary
time.sleep(interval)