mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
Update main.go
This commit is contained in:
parent
2cf0ad7d01
commit
b1bd953220
1 changed files with 1 additions and 3 deletions
2
main.go
2
main.go
|
@ -32,8 +32,6 @@ func main() {
|
|||
|
||||
utils.InitBotClients()
|
||||
|
||||
cron.FilesDeleteJob()
|
||||
|
||||
scheduler := gocron.NewScheduler(time.UTC)
|
||||
|
||||
scheduler.Every(1).Hours().Do(cron.FilesDeleteJob)
|
||||
|
|
Loading…
Reference in a new issue