Skip to content

Commit

Permalink
Update v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RattlesHyper committed Apr 11, 2022
1 parent 593e673 commit e81148c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function main() {
file: path.join('renderer', '../BotWindow/mbotwin.html')
})
windowBot.webContents.once('dom-ready', () => {
for(var i = 0; i < data.count; i++) {
for(var i = 0; i < (data.count); i++) {
var options = {
username: `${data.username}_${i}`,
host: data.host,
Expand Down

0 comments on commit e81148c

Please sign in to comment.