Skip to content

Commit 541c8b6

Browse files
committed
Fix: path to music libs, naming
1 parent d56bd7f commit 541c8b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/blocks/adam_three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Blockly.defineBlocksWithJsonArray([
582582
*/
583583
{
584584
"type": "controller_return_to_start_position_command",
585-
"message0": "команда возврата в нулевую позицию %1 переменная класса AdamController() %2",
585+
"message0": "команда возврата в нулевую позицию %1 переменная класса AdamManager() %2",
586586
"args0": [
587587
{
588588
"type": "input_dummy"

source/generators/python/python_system_call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Blockly.Python['common_system_resources_music'] = function(block) {
140140
var code = "";
141141

142142
if(value_path == '')
143-
code = "'/home/pi/Music'"
143+
code = "'/home/adam/Music'"
144144
else
145145
code = String.format("'/home/pi/Music/{0}'", value_path.replaceAll("'", ""))
146146

0 commit comments

Comments
 (0)