| Revision | ad8f85210016b18cf36ca5ca6dae64de5481399d (tree) |
|---|---|
| Time | 2023-01-09 19:13:19 |
| Author | Sergey Gusarov <laborer2008@gmai...> |
| Commiter | Sergey Gusarov |
Log message fix
| @@ -279,7 +279,7 @@ | ||
| 279 | 279 | |
| 280 | 280 | if not foundCard: |
| 281 | 281 | logger.error('Last 4 digits of card number in the account name don\'t repsent card' \ |
| 282 | - 'in the description, account: \'' + accountName + '\'') | |
| 282 | + ' in the description, account: \'' + accountName + '\'') | |
| 283 | 283 | |
| 284 | 284 | accountObject = Account( |
| 285 | 285 | id, |