mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Increase config wrapping width for plugin configs
This commit is contained in:
parent
50addc2ceb
commit
393ee354f6
@ -39,6 +39,7 @@ log = logging.getLogger("maubot.instance")
|
||||
|
||||
yaml = YAML()
|
||||
yaml.indent(4)
|
||||
yaml.width = 200
|
||||
|
||||
|
||||
class PluginInstance:
|
||||
|
Loading…
Reference in New Issue
Block a user