From 132bddb04e8cd7cbacfeaff92729f55e1d1d3fd7 Mon Sep 17 00:00:00 2001 From: Sergey Shlyapugin Date: Thu, 6 Feb 2020 20:56:17 +0200 Subject: [PATCH] hotfix --- monobankua/client.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monobankua/client.py b/monobankua/client.py index c9a803b..5b88ec1 100755 --- a/monobankua/client.py +++ b/monobankua/client.py @@ -179,7 +179,7 @@ def __str__(self): datetime = self.datetime.strftime('%d.%m.%Y %H:%M') comment = (f' «{self.comment}»' if self.comment else '').replace('\n', ' ') description = self.description.replace('\n', ' ') - return f'{datetime} {category_symbol}{hold_symbol} '\ + return f'{datetime} {category_symbol} '\ f'{description}{comment}: {amount}{cashback}{commission}. Баланс: {balance}' @classmethod diff --git a/setup.py b/setup.py index 0c6d9f8..a9f1ccd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def find_requires(): setuptools.setup( name='monobankua', - version='0.3.5', + version='0.3.6', author='Sergey Shlyapugin', author_email='shlyapugin@gmail.com', description='Monobank.ua API client',