mpybit flake8 fixes

This commit is contained in:
lakshyacis 2019-09-16 18:16:07 +05:30
parent c0c32ab386
commit 3d80fe94c7
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB

View File

@ -619,7 +619,8 @@ class Payment(Screen):
toast('We already have added free coins for the subscription to your account!') toast('We already have added free coins for the subscription to your account!')
else: else:
toast('Coins added to your account!') 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): class Credits(Screen):