This commit is contained in:
j 2012-09-08 19:40:41 +02:00
commit a894b2ae4f
2 changed files with 1 additions and 4 deletions

View file

@ -21,9 +21,6 @@ if __name__ == '__main__':
parser.add_option('-r', '--rhythmbox', dest='rhythmbox', help='Rhythmbox xml', default=oxcd.rhythmbox.path())
(opts, args) = parser.parse_args()
print (opts.port, )
print not filter(None, (opts.itunes, opts.rhythmbox))
if None in (opts.port, ) or not filter(None, (opts.itunes, opts.rhythmbox)):
parser.print_help()
sys.exit()