dumb check for debugging
This commit is contained in:
parent
f8080b0a2b
commit
ae9845afdb
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/ruby -w
|
||||
|
||||
# $Dwarf: ripnews.rb,v 1.105 2005/05/11 11:11:04 ward Exp $
|
||||
# $Dwarf: ripnews.rb,v 1.106 2005/05/18 21:52:51 ward Exp $
|
||||
# $Source$
|
||||
|
||||
#
|
||||
|
|
@ -680,6 +680,9 @@ def main
|
|||
elsif @config[group].has_key?("-MRR") and @config[group]["-MRR"] and
|
||||
!(@config[group].has_key?("-X") and i =~ /#{@config[group]["-X"]}/) and
|
||||
!(i =~ /#{@config[group]["-I"]}/)
|
||||
if i =~ /#{@config[group]["-I"]}/
|
||||
puts "fucking up here"
|
||||
end
|
||||
#print "Marking remaining '#{i}' as read\n"
|
||||
@articles.group_update_newsrc(i)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue