Commit 38bebc2bf2cfa16271b3729c792da13f97b55d30
1 parent
de0a0210
Exists in
dev
modif2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
sockets_tele/client_gemini_run.py
... | ... | @@ -41,8 +41,8 @@ with SocketClient_GEMINI(HOST, PORT) as tsock: |
41 | 41 | #pos = tsock.get_position() |
42 | 42 | #dec = tsock.get("DEC") |
43 | 43 | #ra = tsock.get("RA") |
44 | - ###radec = tsock.get("RA-DEC") | |
45 | - ###print("RA-DEC is", radec) | |
44 | + radec = tsock.get("RA-DEC") | |
45 | + print("RA-DEC is", radec) | |
46 | 46 | |
47 | 47 | |
48 | 48 | # Do EXPERT mode execution | ... | ... |