Skip to content

Commit e71b59e

Browse files
Change start function name to match example extension name (#6)
1 parent 2a872e0 commit e71b59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def example_renderer():
2929
from .views_api import * # noqa: F401,F403
3030

3131

32-
def tpos_start():
32+
def example_start():
3333
loop = asyncio.get_event_loop()
3434
loop.create_task(catch_everything_and_restart(wait_for_paid_invoices))

0 commit comments

Comments
 (0)