Skip to content

Commit c889c04

Browse files
authored
Update app.js
1 parent 06e3a73 commit c889c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ setInterval(function(str1, str2) {
3535
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
3636
else if (ran > 0.25)
3737
text = makeid(40)+ ""+makeid(40)
38-
console.log(str1 + "" + str2 + "" + text+ "" +makeid(40));
38+
console.log(str1 + "" + str2 + "" + text+ "");
3939
//console.log(logs[i])
4040
i++
4141
if (i == logs.length) i = 0
42-
}, 5000, "Hello.", "How are you?");
42+
}, 60000, "Hello!", "How are you?");
4343

4444
function makeid(length) {
4545
var text = "";

0 commit comments

Comments
 (0)