Fix indentation.

This commit is contained in:
Tobias Gruetzmacher 2014-02-27 22:31:21 +01:00
parent 1bcac66c03
commit 33801376f9

View file

@ -19,7 +19,7 @@ def add(name, host):
stripUrl = baseUrl + '?comic_id=%s', stripUrl = baseUrl + '?comic_id=%s',
imageSearch = _imageSearch, imageSearch = _imageSearch,
prevSearch = _prevSearch, prevSearch = _prevSearch,
waitSeconds = 1, waitSeconds = 1,
help = 'Index format: n (unpadded)', help = 'Index format: n (unpadded)',
) )
@ -37,4 +37,4 @@ add('Soul', 'soul')
add('FT', 'ft') add('FT', 'ft')
add('Bunnywith', 'bunnywith') add('Bunnywith', 'bunnywith')
add('Braindead', 'braindead') add('Braindead', 'braindead')
add('GrimTalesFromDownBelow', 'grim') add('GrimTalesFromDownBelow', 'grim')