aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/constants.py
blob: 0b76694a2866778b20e8c8fa3041bd6884ac0f57 (plain) (blame)
1
2
3
4
5
import git

# Git SHA
repo = git.Repo(search_parent_directories=True)
GIT_SHA = repo.head.object.hexsha