Browse Source

Remove auto-RAMRAPE and instead have it triggered on command

pull/53/head
Gregory Rudolph 4 years ago
parent
commit
db08278780
  1. 2
      main.go

2
main.go

@ -49,8 +49,6 @@ func main() { @@ -49,8 +49,6 @@ func main() {
RunCommand(os.Args...)
}
// Create map of users following users, to populate flags
go generateFollowersList()
fmt.Println("initKeybindings")
if err := initKeybindings(); err != nil {
fmt.Printf("%+v", err)

Loading…
Cancel
Save