We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7535f72 commit 86c5b9fCopy full SHA for 86c5b9f
vpython/vpython.py
@@ -402,7 +402,7 @@ def _wait(cvs): # wait for an event
402
if _isnotebook: baseObj.trigger() # in notebook environment must send methods immediately
403
t = clock()
404
while cvs._waitfor is None:
405
- rate(1000)
+ rate(100)
406
if _isnotebook: baseObj.trigger() # restart activity in glowcomm.html
407
408
class color(object):
0 commit comments