Skip to content

Commit

Permalink
Merge pull request #1272 from philborman/master
Browse files Browse the repository at this point in the history
Fix for #1271
  • Loading branch information
philborman authored Mar 20, 2018
2 parents 2f89a49 + 15a8036 commit 4033963
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 4033963

Please sign in to comment.