Formatting fix

This commit is contained in:
Simon 2018-08-09 20:21:48 -04:00
parent faf0eee0fd
commit d1877ea247

View File

@ -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"]: