1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import hashlib
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(description='Get license')
|
||||
parser.add_argument('--license', dest='license')
|
||||
args = parser.parse_args()
|
||||
arglicensehash = hashlib.md5(args.license.encode()).hexdigest()
|
||||
|
||||
print(arglicensehash)
|
||||
Reference in New Issue
Block a user