5 lines
73 B
Python
5 lines
73 B
Python
from lnbits import app, migrate_databases
|
|
|
|
migrate_databases()
|
|
app.run()
|