Skip to content

Commit

Permalink
behavior runner: update config for latest behaviors
Browse files Browse the repository at this point in the history
bump version to 4.8.2 for home page update
  • Loading branch information
ikreymer committed Oct 24, 2019
1 parent 3100054 commit 68c7c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webrecorder/webrecorder/__init__.py
@@ -1,2 +1,2 @@
__version__ = '4.8.1'
__version__ = '4.8.2'

2 changes: 1 addition & 1 deletion webrecorder/webrecorder/static/wrscripts.js
Expand Up @@ -79,7 +79,7 @@

(function() {
async function doRun() {
for await (const result of window.$WBBehaviorRunner$.autoRunIter(250)) {
for await (const result of window.$WBBehaviorRunner$.autoRunIter({delayAmount: 250})) {
sendMessage({wb_type: "behaviorStep", result: result});
if (!result.done && window.$WBBehaviorPaused) {
sendMessage({wb_type: "behaviorStop"});
Expand Down

0 comments on commit 68c7c5b

Please sign in to comment.