Various documentation fixes and additions.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir / db.py
index dc97352f8644beb07d9b20bd39edb031571e562f..47e974cf62122bab33cd4b4a4868a92e873bf822 100644 (file)
@@ -108,10 +108,7 @@ class DB:
         self.conn.commit()
         
     def getRoutingTable(self):
-        """Load routing table nodes from database.
-        
-        It's usually a good idea to call refreshTable(force=1) after loading the table.
-        """
+        """Load routing table nodes from database."""
         c = self.conn.cursor()
         c.execute("SELECT * FROM nodes")
         return c.fetchall()