mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 01:40:08 +00:00
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…
x
Reference in New Issue
Block a user