diff --git a/cmd/sco/main.go b/cmd/sco/main.go index 403d122..a91e192 100644 --- a/cmd/sco/main.go +++ b/cmd/sco/main.go @@ -17,6 +17,7 @@ func main() { b.DebuggingChannelName = os.Getenv("SCO_DEBUG_CHANNEL") b.AccountEmail = os.Getenv("SCO_ACCOUNT_EMAIL") b.AccountPassword = os.Getenv("SCO_ACCOUNT_PASSWORD") + b.AccountUsername = os.Getenv("SCO_ACCOUNT_USERNAME") b.AccountFirstname = "LSV" b.AccountLastname = "Serious Callers Only" })