mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
Fix error reading apprise verison
This commit is contained in:
parent
8108a53e3f
commit
bebbd8644e
@ -599,7 +599,7 @@
|
||||
<input type="checkbox" id="sort_definite" name="sort_definite" value="1" ${checked} />
|
||||
Show titles ignoring article (The, A)</label>
|
||||
</div>
|
||||
%if not APPRISE_VER and APPRISE_VER[0].isdigit():
|
||||
%if APPRISE_VER and APPRISE_VER[0].isdigit():
|
||||
<div class="col-md-6">
|
||||
<% checked = 'checked="checked"' if CONFIG['HIDE_OLD_NOTIFIERS'] else '' %>
|
||||
<label for="hide_old_notifiers" class="control-label">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user