Show filename instead of “local” in local reader
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-12-07 19:45:26 +00:00
parent dda87410b8
commit 14673733e3
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def get_volume_info():
return jsonify({
'pages': len(archive.filelist),
'series': 0,
'title': 'local'
'title': sys.argv[1]
})