Kaynağa Gözat

Fix address

Petra Lamborn 6 yıl önce
ebeveyn
işleme
bd0f6806a9
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      plane.py

+ 2
- 1
plane.py Dosyayı Görüntüle

@@ -1,10 +1,11 @@
1
+#! /bin/python3
1 2
 # A script that flies a plane
2 3
 import time
3 4
 import krpc
4 5
 
5 6
 # The IP of the KRPC server (if not same computer)
6 7
 remote = '192.169.1.10'
7
-conn = krpc.connect(name='Plane autopilot', remote)
8
+conn = krpc.connect(name='Plane autopilot', address=remote)
8 9
 vessel = conn.space_center.active_vessel
9 10
 body = vessel.orbit.body
10 11
 r_frame = body.reference_frame