This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/invoices/tasks.py

6 lines
87 B
Python

import dramatiq
@dramatiq.actor()
def generate_pdf(url: str):
print(url)
pass