mpybit flake8 fixes
This commit is contained in:
parent
c0c32ab386
commit
3d80fe94c7
|
@ -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):
|
||||||
|
|
Reference in New Issue
Block a user