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

7 lines
87 B
Python
Raw Normal View History

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