From 14673733e3f4a73f528b698556cb35930fef932f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Dec 2019 19:45:26 +0000 Subject: [PATCH] =?UTF-8?q?Show=20filename=20instead=20of=20=E2=80=9Clocal?= =?UTF-8?q?=E2=80=9D=20in=20local=20reader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_reader.py b/local_reader.py index 7549587..aa61bd5 100755 --- a/local_reader.py +++ b/local_reader.py @@ -31,7 +31,7 @@ def get_volume_info(): return jsonify({ 'pages': len(archive.filelist), 'series': 0, - 'title': 'local' + 'title': sys.argv[1] })