diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1123,7 +1123,7 @@ func main() { // delay to give instance time to boot up time.Sleep(15 * time.Second) - checkActor := FingerActor(actor) + checkActor := GetActor(actor) if checkActor.Id == actor { if !alreadyIndex { |