automatically adding recorders, models and rooms and association of those
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import hashlib
|
||||
|
||||
|
||||
|
||||
def calculate_md5_checksum(string_to_md5_sum: str):
|
||||
return hashlib.md5(string_to_md5_sum.encode('utf-8')).hexdigest()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user