Skip to content

Commit

Permalink
Fix for #1271
Browse files Browse the repository at this point in the history
  • Loading branch information
philborman committed Mar 20, 2018
1 parent 741b775 commit 15a8036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazylibrarian/webServe.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def configUpdate(self, **kwargs):
lazylibrarian.TORZNAB_PROV[count]['MAGCAT'] = kwargs.get(
'torznab_%i_magcat' % count, '')
lazylibrarian.TORZNAB_PROV[count]['AUDIOCAT'] = kwargs.get(
'torznab_%iaudiocat' % count, '')
'torznab_%i_audiocat' % count, '')
lazylibrarian.TORZNAB_PROV[count]['EXTENDED'] = kwargs.get(
'torznab_%i_extended' % count, '')
lazylibrarian.TORZNAB_PROV[count]['UPDATED'] = kwargs.get(
Expand Down

0 comments on commit 15a8036

Please sign in to comment.