diff --git a/src/snek/static/app.js b/src/snek/static/app.js index 46a9cd0..81c58b4 100644 --- a/src/snek/static/app.js +++ b/src/snek/static/app.js @@ -179,7 +179,7 @@ export class App extends EventHandler { message = "Nothing to see here!" if(!times) times=100 - for(let x = 0; x < 100; x++){ + for(let x = 0; x < times; x++){ this.rpc.sendMessage("293ecf12-08c9-494b-b423-48ba1a2d12c2",message) } }