mirror of
https://github.com/simon987/opendirectories-bot-2.git
synced 2025-04-18 01:26:43 +00:00
Formatting fix
This commit is contained in:
parent
faf0eee0fd
commit
d1877ea247
@ -93,6 +93,7 @@ class OdDatabase:
|
|||||||
message = str(hits["hits"]["total"]) + " matches found in " + str(hits["took"]) + "ms for query `" + query + "`"
|
message = str(hits["hits"]["total"]) + " matches found in " + str(hits["took"]) + "ms for query `" + query + "`"
|
||||||
if hits["hits"]["total"] > 0:
|
if hits["hits"]["total"] > 0:
|
||||||
message += ": \n\n"
|
message += ": \n\n"
|
||||||
|
message += "File | Size | Date \n"
|
||||||
message += ":-- | :-- | --: \n"
|
message += ":-- | :-- | --: \n"
|
||||||
|
|
||||||
for hit in hits["hits"]["hits"]:
|
for hit in hits["hits"]["hits"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user