dvf / blockchain-book

213 stars 69 forks source link

Return None #4

Open Jmallone opened 3 years ago

Jmallone commented 3 years ago

In this part

https://github.com/dvf/blockchain-book/blob/8642a7b55b1b14be40e243cf004051d4f200d4b5/chapters/chapter_7/funcoin/server.py#L70

the code return none all times. for fix it i remove self.external_ip =

await self.get_external_ip()

Leonyxtested commented 3 years ago

Thanks, I get another error but it's good to know where it can go wrong.