added .text

pull/145/head
alanbjohnston 4 years ago committed by GitHub
parent ba31148ea2
commit c93c53f6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,9 +9,9 @@ while (True):
telem_string = requests.get('https://api.aprs.fi/api/get?name=W3YP-11&what=loc&apikey=APIKEY&format=json')
print(telem_string)
print(telem_string.text)
chunks = telem_string.split(' ')
chunks = telem_string.text.split(' ')
#printchunks = str.split(' ')

Loading…
Cancel
Save

Powered by TurnKey Linux.