Commit 40b0408
Changed files (1)
command.go
@@ -314,6 +314,7 @@ func buildBluePrint(useBlueprint bool) (string, error) {
i+1, categoryKeys[i+1]))
}
displayStringToMainScreen("Enter the category numbers, separated by a comma: ")
+ readUserInputSemaphore.P()
input, _ := readInputFromMainScreen()
splits := strings.Split(input, ",")
for _, split := range splits {