network.get_ip() should be network.get_public_ip()
Closed this issue · 1 comments
peterarends commented
File "/root/bunq2ynab/bunq.py", line 142, in register_device
ip = network.get_ip()
AttributeError: module 'network' has no attribute 'get_ip'
Closed this issue · 1 comments
File "/root/bunq2ynab/bunq.py", line 142, in register_device
ip = network.get_ip()
AttributeError: module 'network' has no attribute 'get_ip'