This commit is contained in:
cuu 2019-06-21 20:21:42 +08:00
parent 8b18259b4c
commit df2cc2c931

View File

@ -226,9 +226,9 @@ func (self *DownloadProcessPage) StartDownload(_url,dst_dir string) {
self.TheTicker = gotime.NewTicker(100 * gotime.Millisecond) self.TheTicker = gotime.NewTicker(100 * gotime.Millisecond)
if self.Doing = false { if self.Doing == false {
go self.UpdateProcessInterval()
self.Doing = true self.Doing = true
go self.UpdateProcessInterval()
} }
} }