robosats/control/tasks.py

6 lines
147 B
Python
Raw Normal View History

from celery import shared_task
from api.models import Order, LNPayment, Profile
@shared_task(name="do_accounting")
def do_accounting():
return