mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-07 21:52:50 +02:00
5 lines
73 B
Python
5 lines
73 B
Python
from lnbits import app, migrate_databases
|
|
|
|
migrate_databases()
|
|
app.run()
|