created create_quote_text() docstring
This commit is contained in:
@@ -300,6 +300,7 @@ class MiniWindow(QDialog):
|
|||||||
self.balance_label.show_balance()
|
self.balance_label.show_balance()
|
||||||
|
|
||||||
def create_quote_text(self, btc_balance):
|
def create_quote_text(self, btc_balance):
|
||||||
|
"""Return a string copy of the amount of bitcoins in the argument."""
|
||||||
quote_currency = self.quote_currencies[0]
|
quote_currency = self.quote_currencies[0]
|
||||||
quote_balance = self.exchanger.exchange(btc_balance, quote_currency)
|
quote_balance = self.exchanger.exchange(btc_balance, quote_currency)
|
||||||
if quote_balance is None:
|
if quote_balance is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user