-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
error output:
AttributeError : 'Wv' object has no attribute 'f2'
runable.py
def run_on_ui_thread(f):
'''Decorator to create automatically a :class:`Runnable` object with the
function. The function will be delayed and call into the Activity thread.
'''
def f2(*args, **kwargs):
Runnable(f)(*args, **kwargs)
return f2
python : 3.7.1
cyrhon: 0.28.6
Kivy: 1.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels