Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed Feb 6, 2020
1 parent bb86ee3 commit 132bddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monobankua/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 132bddb

Please sign in to comment.