lnbits/lnbits
Pavol Rusnak 689c443d72
increase readability by using f-strings (#1597)
* increase readability by using f-strings

* readd merge conflict stuff

---------

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-04-03 15:34:17 +02:00
..
core increase readability by using f-strings (#1597) 2023-04-03 15:34:17 +02:00
extensions remove invoices (#1515) 2023-02-20 15:34:18 +01:00
static FEAT: use versioning for frontend (npm) and copy it to lnbits/static/vendor for easier updating (#1590) 2023-03-31 12:46:24 +02:00
templates FEAT: use versioning for frontend (npm) and copy it to lnbits/static/vendor for easier updating (#1590) 2023-03-31 12:46:24 +02:00
utils fix isort check 2022-07-25 12:03:06 +02:00
wallets increase readability by using f-strings (#1597) 2023-04-03 15:34:17 +02:00
__init__.py
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py FEAT: use versioning for frontend (npm) and copy it to lnbits/static/vendor for easier updating (#1590) 2023-03-31 12:46:24 +02:00
bolt11.py increase readability by using f-strings (#1597) 2023-04-03 15:34:17 +02:00
commands.py FEAT: use versioning for frontend (npm) and copy it to lnbits/static/vendor for easier updating (#1590) 2023-03-31 12:46:24 +02:00
db.py FEAT: Filters for GET requests, add it to GET /payments (#1557) 2023-04-03 14:55:49 +02:00
decorators.py FEAT: Filters for GET requests, add it to GET /payments (#1557) 2023-04-03 14:55:49 +02:00
extension_manager.py increase readability by using f-strings (#1597) 2023-04-03 15:34:17 +02:00
helpers.py FEAT: Filters for GET requests, add it to GET /payments (#1557) 2023-04-03 14:55:49 +02:00
jinja2_templating.py fix flake8 F401+F403 (module imported but unused + unable to detect undefined names) 2023-01-30 11:46:45 +00:00
lnurl.py fix pylint W0612 (unused-variable) 2023-01-30 11:46:43 +00:00
middleware.py Add redirect paths for extensions (#1532) 2023-02-22 10:12:16 +01:00
requestvars.py
server.py chore: code format 2022-12-09 14:09:16 +02:00
settings.py add version to fastapi app and startup log (#1568) 2023-03-30 14:19:45 +02:00
tasks.py run autoflake 2023-01-30 11:46:43 +00:00