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.
2 parents a6fb1cb + 86c5b9f commit 852fce5Copy full SHA for 852fce5
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