MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / main_loop

Function main_loop

examples/inline_example.py:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62
63def main_loop():
64 bot.infinity_polling()
65 while 1:
66 time.sleep(3)
67
68
69if __name__ == '__main__':

Callers 1

inline_example.pyFile · 0.85

Calls 1

infinity_pollingMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…