mirror of
https://github.com/kemayo/leech
synced 2025-12-07 17:05:25 +01:00
Fix spacing
This commit is contained in:
parent
17cd0ea4e2
commit
8273ca1a77
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class RoyalRoad(Site):
|
||||||
|
|
||||||
return (author_note and (author_note.prettify() + '<hr/>') or '') + content.prettify(), updated
|
return (author_note and (author_note.prettify() + '<hr/>') or '') + content.prettify(), updated
|
||||||
|
|
||||||
|
|
||||||
@register
|
@register
|
||||||
class RoyalRoadL(RoyalRoad):
|
class RoyalRoadL(RoyalRoad):
|
||||||
domain = 'royalroadl'
|
domain = 'royalroadl'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue