mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
* Simplify getting address from peer class * Improved getting caddress field in version messages * Simplified getting caddress even more * Include local address and remote address as params for peer constructor * Remove old comments from peer class
5 lines
58 B
Python
5 lines
58 B
Python
import time
|
|
|
|
|
|
def time_now():
|
|
return int(time.time())
|