This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
lnbits-legend
Watch
1
Star
0
Fork
You've already forked lnbits-legend
0
mirror of
https://github.com/lnbits/lnbits-legend.git
synced
2025-02-23 14:40:47 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a0f1f5d846
lnbits-legend
/
lnbits
/
__main__.py
4 lines
48 B
Python
Raw
Normal View
History
Unescape
Escape
migrate to sqlalchemy-aio. a big refactor that: - fixes some issues that might have happened (or not) with asynchronous reactions to payments; - paves the way to https://github.com/lnbits/lnbits/issues/121; - uses more async/await notation which just looks nice; and - makes it simple(r?) for one extension to modify stuff from other extensions.
2020-11-21 18:04:39 -03:00
from
.
app
import
create_app
overall fixes
2022-10-03 22:14:07 +02:00
refactor: replace Trio with asyncio/uvloop
2021-08-30 19:55:02 +02:00
app
=
create_app
(
)
Reference in a new issue
Copy permalink