Skip to content

Commit 0b7b855

Browse files
committed
Remove some of my own customizations I accidentally left in the official version
1 parent 14f545e commit 0b7b855

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#########################################################################################
1919

2020
local_settings = {
21-
"show_command":True,
21+
"show_command":False,
2222
"force_rpc":False,
2323
}
2424

@@ -235,8 +235,7 @@ class PythonVoiceCodingPluginRule(MappingRule):
235235
Choice("big_roi",{
236236

237237
"if condition" : "if condition",
238-
"iffae" : "if condition",
239-
"LFA" : "else if condition",
238+
"else if condition" : "else if condition",
240239
"while condition" : "while condition",
241240
"with item" : "with clause",
242241

@@ -278,7 +277,6 @@ class PythonVoiceCodingPluginRule(MappingRule):
278277
"iterable" : "iterable",
279278

280279
"function name": "definition name",
281-
"F name": "definition name",
282280
"function parameter": "definition parameter",
283281
"parameter list": "definition parameter list",
284282
"default value": "default value",

0 commit comments

Comments
 (0)