This commit is contained in:
nikk gitanes
2023-04-25 18:41:55 +03:00
3 changed files with 29 additions and 7 deletions

View File

@@ -131,8 +131,6 @@ func loadDB() {
err = dec.Decode(&torr)
if err == nil {
ftorrs = append(ftorrs, torr)
} else {
log.TLogln("Error read rutor db:", err)
}
}
torrs = ftorrs