bin/autonzb in pirate-autonzb-0.4.4 vs bin/autonzb in pirate-autonzb-0.4.5
- old
+ new
@@ -43,10 +43,10 @@
inspector = Inspector.new(ARGV.flags.movies || '', :year => ARGV.flags.year,
:imdb_score => ARGV.flags.imdb,
:srt => ARGV.flags.srt,
:backup => ARGV.flags.backup)
- nzbmatrix = NZB.new(inspector, ARGV.flags.d, :age => ARGV.flags.age, :pages => ARGV.flags.pages)
+ newzleech = NZB.new(inspector, ARGV.flags.d, :age => ARGV.flags.age, :pages => ARGV.flags.pages)
rescue => e
p e.to_s
Inspector.growl("AutoNZB Error!", 'look into the console log')
end
\ No newline at end of file