diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-11-24 22:58:22 +0100 |
|---|---|---|
| committer | Glandos <bugs-github@antipoul.fr> | 2020-11-25 09:25:36 +0100 |
| commit | 3f4b47276e8c81cde2542a00ce90f3a0ffc1639a (patch) | |
| tree | 312408521735ba1b12733462c2eacd2742b80e0f /ihatemoney/run.py | |
| parent | 0380521b4a6f4a0efcc544ca57134def94ac19ba (diff) | |
| download | ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.zip ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.tar.gz ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.tar.bz2 | |
Set black target to python3.6
Diffstat (limited to 'ihatemoney/run.py')
| -rw-r--r-- | ihatemoney/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/run.py b/ihatemoney/run.py index 1d2a575..4ce8aaa 100644 --- a/ihatemoney/run.py +++ b/ihatemoney/run.py @@ -170,7 +170,7 @@ def create_app( number, currency if currency != CurrencyConverter.no_currency else "", *args, - **kwargs + **kwargs, ).strip() app.jinja_env.filters["currency"] = currency |
