Argument "silent" prevents from outputting feed
Also fixes small indentation typo (non blocking though)master
parent
1d10d30173
commit
fde5d3e8c5
2
morss.py
2
morss.py
|
@ -677,7 +677,7 @@ if __name__ == '__main__':
|
|||
|
||||
RSS = Gather(url, cachePath, options)
|
||||
|
||||
if RSS is not False and not options.progress and not DEBUG:
|
||||
if RSS is not False and not options.progress and not DEBUG and not options.silent:
|
||||
print RSS
|
||||
|
||||
if RSS is False and 'progress' not in options:
|
||||
|
|
Loading…
Reference in New Issue