Updates progress.py to use the git module for outputting commit hash

This commit is contained in:
Kenix3
2021-03-10 22:28:06 -05:00
parent 375f99f2b4
commit 1f7ad229c5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
import os, struct, sys, ast, argparse, json, re, csv
import os, argparse, json, re, csv, git
parser = argparse.ArgumentParser()