Added highlight

This commit is contained in:
Alexey Safronov 2023-10-28 14:50:57 +04:00
parent 94a91bfdb7
commit 6b7222443a

View File

@ -57,7 +57,7 @@ def fetchCommits(url, type):
if name not in data[date]: if name not in data[date]:
data[date][name] = [] data[date][name] = []
data[date][name].append(f"- [{type}]: {text} <a href='{url}/{hash}' target='_blank'>{hash[0:7]}</a>") data[date][name].append(f"- [{type}]: {text} <a href='{url}/{hash}' target='_blank'>`{hash[0:7]}`</a>")
return info return info