diff --git a/od_db_client.py b/od_db_client.py index 2bf05ca..41e9497 100644 --- a/od_db_client.py +++ b/od_db_client.py @@ -93,6 +93,7 @@ class OdDatabase: message = str(hits["hits"]["total"]) + " matches found in " + str(hits["took"]) + "ms for query `" + query + "`" if hits["hits"]["total"] > 0: message += ": \n\n" + message += "File | Size | Date \n" message += ":-- | :-- | --: \n" for hit in hits["hits"]["hits"]: