Skip to content

Commit

Permalink
Somehow this was left out of last commit
Browse files Browse the repository at this point in the history
Should work fine now.
I had to cherry pick the last commit because PyCharm felt like creating a huge diff of standardising spaces or tabs, must of accidentally rejected this.
  • Loading branch information
Evanito committed Oct 19, 2016
1 parent faa311b commit 7747bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lendingbot.py
Expand Up @@ -533,6 +533,7 @@ def stopWebServer():
try:
refreshTotalLended()
updateConversionRates()
transferBalances()
cancelAndLoanAll()
log.refreshStatus(stringifyTotalLended())
log.persistStatus()
Expand Down

1 comment on commit 7747bb3

@rnevet
Copy link
Collaborator

@rnevet rnevet commented on 7747bb3 Oct 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering where you are calling transferBalances :)

Please sign in to comment.