mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Added a serialize to databases. If you haven't modified this variable, you should remove it from your configuration file before starting your bot next time you restart.
This commit is contained in:
parent
a11654dcdd
commit
a26e664cf8
@ -668,6 +668,9 @@ class Databases(registry.SpaceSeparatedListOfStrings):
|
||||
v.insert(0, 'sqlite')
|
||||
return v
|
||||
|
||||
def serialize(self):
|
||||
return ' '.join(self.value)
|
||||
|
||||
registerGlobalValue(supybot, 'databases',
|
||||
Databases([], """Determines what databases are available for use. If this
|
||||
value is not configured (that is, if its value is empty) then sane defaults
|
||||
|
Loading…
Reference in New Issue
Block a user