rename bison_theme_use_browser -> bison_use_browser

This commit is contained in:
felinae98
2024-05-06 19:12:46 +08:00
parent d8f48fc490
commit cf50e9f288
9 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ async def test_generate_msg(mock_platform):
res1 = await post.generate()
assert isinstance(res1[0], Image)
plugin_config.bison_theme_use_browser = False
plugin_config.bison_use_browser = False
res3 = await post.generate()
assert res3[0]