say the truth
This commit is contained in:
parent
b661626f14
commit
0ecc5877f2
|
@ -44,7 +44,7 @@ except ImportError:
|
||||||
HAVE_PYDNS = True
|
HAVE_PYDNS = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
#TODO: use self.DEBUG()
|
#TODO: use self.DEBUG()
|
||||||
print "Couldn't load a supported DNS library. SRV records will not be queried and some servers may not be accessible."
|
print "Couldn't load a supported DNS library. SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible."
|
||||||
|
|
||||||
DATA_RECEIVED='DATA RECEIVED'
|
DATA_RECEIVED='DATA RECEIVED'
|
||||||
DATA_SENT='DATA SENT'
|
DATA_SENT='DATA SENT'
|
||||||
|
|
Loading…
Reference in New Issue