We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6062f34 + 143f319 commit 63c043bCopy full SHA for 63c043b
kivy/loader.py
@@ -112,7 +112,7 @@ def _get_num_workers(self):
112
implementation support it.). This setting impact the loader only at the
113
beginning. Once the loader is started, the setting has no impact::
114
115
- from kv.loader import Loader
+ from kivy.loader import Loader
116
Loader.num_workers = 4
117
118
The default value is 2 for giving a smooth user experience. You could
0 commit comments