Исправил ошибку вставки кода в итоговый файл
This commit is contained in:
@@ -91,7 +91,7 @@ def main():
|
||||
#в дальнейшем не передавать переменной auto_arm значение True
|
||||
|
||||
|
||||
<<navigate_wait>>
|
||||
<<navigate_wait>>
|
||||
|
||||
|
||||
land() #посадка
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@ function setNumber(item) {
|
||||
function saveResult() {
|
||||
let navigate_waites = ''
|
||||
for (const item of listOfTrips.value) {
|
||||
navigate_waites += `navigate_wait(${item.x}, ${item.y})\n\t`;
|
||||
navigate_waites += `\tnavigate_wait(${item.x}, ${item.y})\n`;
|
||||
}
|
||||
fetch('/shablons/emergency_and_navigate.txt')
|
||||
.then(response => response.text())
|
||||
|
||||
Reference in New Issue
Block a user