mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 18:44:48 +01:00
Fix #812
This commit is contained in:
parent
73882d9dec
commit
5cf66bc343
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue