Merge branch 'master' of https://github.com/yumoqing/kivy-blocks
This commit is contained in:
commit
3e48338249
@ -321,7 +321,7 @@ class Blocks(EventDispatcher):
|
||||
raise e
|
||||
|
||||
pos = 0
|
||||
for sw in desc.get('subwidgets',[]):
|
||||
for pos,sw in enumerate(desc.get('subwidgets',[])):
|
||||
params={
|
||||
'desc':desc,
|
||||
'widget':widget,
|
||||
|
@ -4,7 +4,5 @@ ffpyplayer
|
||||
qrcode
|
||||
pillow
|
||||
requests
|
||||
git+https://github.com/yumoqing/kivycalendar
|
||||
git+https://github.com/yumoqing/appPublic
|
||||
git+https://github.com/yumoqing/sqlor
|
||||
git+https://github.com/yumoqing/ahserver
|
||||
plyer
|
||||
python-osc
|
||||
|
Loading…
Reference in New Issue
Block a user