mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
SpiffyTitles: fix config.py variables
This commit is contained in:
parent
cb1ab51d4b
commit
8497e994e5
@ -658,7 +658,7 @@ conf.registerGroup(SpiffyTitles, "twitter")
|
||||
|
||||
# twitter enabler
|
||||
conf.registerChannelValue(
|
||||
SpiffyTitles.coub,
|
||||
SpiffyTitles.twitter,
|
||||
"enabled",
|
||||
registry.Boolean(
|
||||
True, _("""Whether to add additional information about Twitter links""")
|
||||
@ -667,7 +667,7 @@ conf.registerChannelValue(
|
||||
|
||||
# twitter template
|
||||
conf.registerChannelValue(
|
||||
SpiffyTitles.coub,
|
||||
SpiffyTitles.twitter,
|
||||
"template",
|
||||
registry.String(
|
||||
"^ {{text}}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user