File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Blockly.Msg.CODERBOT_SENSOR_FINDTEXT_ACCEPT_ALPHANUM = "Alphanumeric (A..Z;0..9)
63
63
Blockly . Msg . CODERBOT_SENSOR_FINDTEXT_ACCEPT_UNSPEC = "Any" ;
64
64
Blockly . Msg . CODERBOT_SENSOR_FINDTEXT_COLOR = "background color" ;
65
65
Blockly . Msg . CODERBOT_SENSOR_FINDQRCODE = "read Bar-QRCode" ;
66
- Blockly . Msg . CODERBOT_SENSOR_FINDQRCODE = "read AR Code" ;
66
+ Blockly . Msg . CODERBOT_SENSOR_FINDARCODE = "read AR Code" ;
67
67
Blockly . Msg . CODERBOT_AUDIO_RECORD_FILE_NAME = "record as file" ;
68
68
Blockly . Msg . CODERBOT_AUDIO_RECORD_FILE_ELAPSE = " of seconds" ;
69
69
Blockly . Msg . CODERBOT_AUDIO_PLAY_FILE = "play file" ;
Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ class ProgramEditorBlockly extends ProgramEditor {
221
221
var dom_code = Blockly . Xml . domToText ( xml_code ) ;
222
222
223
223
window . LoopTrap = 1000 ;
224
- //Blockly.Python.INDENT=' ';
225
224
Blockly . Python . INFINITE_LOOP_TRAP = 'get_prog_eng().check_end()\n' ;
226
225
var code = Blockly . Python . workspaceToCode ( ) ;
227
226
Blockly . Python . INFINITE_LOOP_TRAP = null ;
You can’t perform that action at this time.
0 commit comments