Skip to content

Commit

Permalink
Update task.go
Browse files Browse the repository at this point in the history
  • Loading branch information
YABOIpy authored Nov 6, 2023
1 parent 702fa57 commit 22e654c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/task/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func MassFriendTask(in []modules.Instance, interval time.Duration) {
if len(id) == 0 {
log.Println("No IDS found in tokens.txt..")
Return(1)
return
}
dist := len(id) / len(in)
over := len(id) % len(in)
Expand Down

0 comments on commit 22e654c

Please sign in to comment.