test ok
This commit is contained in:
parent
30f334088f
commit
d4a7ef3a83
1 changed files with 2 additions and 2 deletions
|
|
@ -161,9 +161,9 @@ public class Torrents
|
|||
|
||||
if (!Directory.Exists("/data/db/blackhole/"))
|
||||
{
|
||||
Directory. CreateDirectory("/data/db/blackhole/");
|
||||
Directory.CreateDirectory("/data/db/blackhole/");
|
||||
}
|
||||
File.WriteAllBytes ("/data/db/blackhole" + hash + ".torrent", bytes);
|
||||
File.WriteAllBytes ("/data/db/blackhole/" + hash + ".torrent", bytes);
|
||||
|
||||
return newTorrent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue