Fix TorrentDownloaded function
This commit is contained in:
@ -635,7 +635,7 @@ func (t *TBDownloader) DownloadUpdaterForLang(ietf string) (string, string, stri
|
|||||||
version := t.GetVersion()
|
version := t.GetVersion()
|
||||||
if strings.Contains(t.Mirror, "i2psnark") {
|
if strings.Contains(t.Mirror, "i2psnark") {
|
||||||
if !TorrentDownloaded() {
|
if !TorrentDownloaded() {
|
||||||
//t.Log("DownloadUpdaterForLang()", "Downloading torrent")
|
t.Log("DownloadUpdaterForLang()", "Downloading torrent")
|
||||||
//Download the torrent files from their static locations.
|
//Download the torrent files from their static locations.
|
||||||
i2psnark, err := FindSnarkDirectory()
|
i2psnark, err := FindSnarkDirectory()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user