diff --git a/commands/ctftime.go b/commands/ctftime.go index 749f149..dcda7ac 100644 --- a/commands/ctftime.go +++ b/commands/ctftime.go @@ -144,6 +144,10 @@ func CtfTime(args []string) { return } + if len(config.CtfTimeUrls) == 0 { + return + } + go ctftimeSpinner() infos := make([]CTFTimeInfo, len(config.CtfTimeUrls))