fix #21
|
@ -42,7 +42,10 @@ func NewClient(config Config) (*Client, error) {
|
|||
}
|
||||
|
||||
// Init schedule
|
||||
if config.IsScheduled {
|
||||
initSchedule()
|
||||
}
|
||||
|
||||
return client, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue