MCPcopy Create free account
hub / github.com/decodableco/examples / main

Function main

tinybird/wiki.py:28–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 PartitionKey="-1")
27
28def main():
29 load_dotenv()
30 logging.basicConfig(level=logging.INFO)
31
32 while True:
33 poll()
34 time.sleep(10)
35
36
37

Callers 1

wiki.pyFile · 0.70

Calls 1

pollFunction · 0.70

Tested by

no test coverage detected