diff --git a/API/api.py b/API/api.py index fec8634..b4f3cc5 100644 --- a/API/api.py +++ b/API/api.py @@ -58,7 +58,7 @@ def run(self): ############################# Start scan API ###################################### def generate_hash(): - # Return md5 hash value of current timestmap + # Return md5 hash value of current timestamp scanid = hashlib.md5(str(time.time())).hexdigest() return scanid