moved code for generating new dns name and updating the invoice in database to the invoiceListener

This commit is contained in:
Kristjan
2021-01-02 22:38:28 +01:00
parent 8a7652c06f
commit e1abea77f5
5 changed files with 100 additions and 76 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ from .views import * # noqa
from .tasks import register_listeners
from lnbits.tasks import record_async
subdomains_ext.record(record_async(register_listeners))
subdomains_ext.record(record_async(register_listeners))