1f25479
=== modified file 'libravatar.py'
1f25479
--- libravatar.py	2015-06-26 18:25:23 +0000
1f25479
+++ libravatar.py	2014-09-01 23:28:18 +0000
1f25479
@@ -165,7 +165,7 @@
1f25479
     DNS.DiscoverNameServers()
1f25479
     try:
1f25479
         dns_request = DNS.Request(name=service_name(domain, https),
1f25479
-                                  qtype='SRV').req()
1f25479
+                                  qtype='SRV', protocol='tcp').req()
1f25479
     except DNS.DNSError as message:
1f25479
         print("DNS Error: %s" % message)
1f25479
         return None
1f25479