diff --git a/__init__.py b/__init__.py index a78330e..6f1ad8f 100644 --- a/__init__.py +++ b/__init__.py @@ -29,6 +29,6 @@ def example_renderer(): from .views_api import * # noqa: F401,F403 -def tpos_start(): +def example_start(): loop = asyncio.get_event_loop() loop.create_task(catch_everything_and_restart(wait_for_paid_invoices))