mirror of
https://github.com/stryan/gandi-live-dns.git
synced 2024-11-22 13:25:45 -05:00
another decode
This commit is contained in:
parent
9df2ad1312
commit
07f151dba6
@ -26,7 +26,7 @@ def get_dynip(ifconfig_provider):
|
||||
|
||||
r = requests.get(ifconfig_provider)
|
||||
print('Checking dynamic IP: ' , r._content.decode().strip('\n'))
|
||||
return r.content.strip('\n')
|
||||
return r.content.decode().strip('\n')
|
||||
|
||||
def get_uuid():
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user