oops
This commit is contained in:
parent
c0a5bf9803
commit
39588d9b69
|
@ -659,7 +659,7 @@ class Manager:
|
|||
avail = self.calc_free_space(torrent.save_dir)
|
||||
print "Torrent Size", size
|
||||
# print "Available Space", avail
|
||||
size = avail + 1 #debug!
|
||||
# size = avail + 1 #debug!
|
||||
if size > avail: # Not enough free space
|
||||
torrent.user_paused = True
|
||||
no_space = True
|
||||
|
|
Loading…
Reference in New Issue