From 3d80fe94c7c04d8982d4e63173a3abb6c0c9c410 Mon Sep 17 00:00:00 2001 From: lakshyacis Date: Mon, 16 Sep 2019 18:16:07 +0530 Subject: [PATCH] mpybit flake8 fixes --- src/bitmessagekivy/mpybit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bitmessagekivy/mpybit.py b/src/bitmessagekivy/mpybit.py index 8e9d4e30..b3b78e95 100644 --- a/src/bitmessagekivy/mpybit.py +++ b/src/bitmessagekivy/mpybit.py @@ -619,7 +619,8 @@ class Payment(Screen): toast('We already have added free coins for the subscription to your account!') else: toast('Coins added to your account!') - state.kivyapp.root.ids.sc18.ids.ml.children[0].children[0].children[0].children[0].text = '{0}'.format(state.availabe_credit) + state.kivyapp.root.ids.sc18.ids.ml.children[0].children[0].children[ + 0].children[0].text = '{0}'.format(state.availabe_credit) class Credits(Screen):