fixed styling issues

This commit is contained in:
Gert Wohlgemuth 2018-05-01 22:23:11 -07:00
parent 4c0f710a76
commit 00aa1bee9d
2 changed files with 31 additions and 30 deletions

View File

@ -18,6 +18,7 @@ class OperationalException(BaseException):
class NotEnoughFundsExeption(BaseException):
"""
This happens when the exchange reports that not enough funds where available. We do not want to stop
the bot in this case and just keep it going and suppress this message
This happens when the exchange reports that not enough funds where available.
We do not want to stop the bot in this case and just keep it going and suppress
this message
"""