1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 09:57:24 +00:00

Remove auto-RAMRAPE and instead have it triggered on command

This commit is contained in:
Gregory Rudolph
2019-12-06 11:24:28 -05:00
parent cd79a10528
commit db08278780

View File

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