We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c02e6 commit 678a982Copy full SHA for 678a982
1 file changed
drivers/lanzou/lanzou.go
@@ -153,6 +153,7 @@ func (driver *Lanzou) GetFilesByUrl(account *model.Account) ([]LanZouFile, error
153
break
154
}
155
pg++
156
+ time.Sleep(time.Second)
157
files = append(files, resp.Text...)
158
159
return files, nil
0 commit comments