This commit is contained in:
Kovid Goyal 2008-06-23 14:55:56 -07:00
parent 73882d9dec
commit 5cf66bc343

View file

@ -1198,7 +1198,7 @@ def main(args=sys.argv):
return 1
sys.excepthook = main.unhandled_exception
if len(args) > 1:
main.add_filesystem_book(args)
main.add_filesystem_book(args[1])
return app.exec_()
return 0