mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 19:11:50 +02:00
Fix for custom columns [storyUrl] sections.
This commit is contained in:
parent
814cf2931c
commit
732d40f5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -2329,7 +2329,7 @@ class FanFicFarePlugin(InterfaceAction):
|
|||
|
||||
configuration = None
|
||||
if prefs['allow_custcol_from_ini']:
|
||||
configuration = get_fff_config(book['url'],options['fileform'])
|
||||
configuration = get_fff_adapter(book['url'],options['fileform']).get_configuration()
|
||||
# meta => custcol[,a|n|r|n_anthaver,r_anthaver]
|
||||
# cliches=>\#acolumn,r
|
||||
for line in configuration.getConfig('custom_columns_settings').splitlines():
|
||||
|
|
|
|||
Loading…
Reference in a new issue