mirror of
https://github.com/simon987/opendirectories-bot-2.git
synced 2025-04-10 14:06:41 +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 + "`"
|
||||
if hits["hits"]["total"] > 0:
|
||||
message += ": \n\n"
|
||||
message += "File | Size | Date \n"
|
||||
message += ":-- | :-- | --: \n"
|
||||
|
||||
for hit in hits["hits"]["hits"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user