]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_dht/apt_dht_conf.py
Add some of the fetching logic.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index 32ffa06d62bcb6464f52163c0bbc2de43b1e40e8..626f0ffc32e394a580b1e122e5d38299319f9539 100644 (file)
@@ -29,7 +29,7 @@ DEFAULTS = {
     'username': '',
 
     # Which DHT implementation to use
     'username': '',
 
     # Which DHT implementation to use
-    'DHT': 'Khashmir',
+    'DHT': 'apt_dht_Khashmir',
 }
 
 DHT_DEFAULTS = {
 }
 
 DHT_DEFAULTS = {