mirror of
https://github.com/YGGverse/pymaster.git
synced 2025-03-13 05:41:19 +00:00
add missed ipaddress dependency
This commit is contained in:
parent
d576bdfa14
commit
3c7ec11d74
@ -1,6 +1,8 @@
|
|||||||
from time import time
|
from time import time
|
||||||
from struct import pack
|
from struct import pack
|
||||||
|
|
||||||
|
import ipaddress
|
||||||
|
|
||||||
class ServerEntry:
|
class ServerEntry:
|
||||||
challenge2 = 0
|
challenge2 = 0
|
||||||
gamedir = ''
|
gamedir = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user