Ejemplo n.º 1
0
 def doc(self):
     if self.app.pargs.playlist is not None:
         read.print_pdf(self.app.pargs.playlist)
Ejemplo n.º 2
0
 def test_doc(self):
     read.print_pdf(2127220577)
Ejemplo n.º 3
0
    def doc(self):
        if self.app.pargs.playlist is not None:
            read.print_pdf(self.app.pargs.playlist)

        if self.app.pargs.count is not None:
            read.print_comment(int(self.app.pargs.count))