mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 15:49:04 +00:00
Revert french translations but keep bug fixes
This commit is contained in:
@@ -7,6 +7,9 @@ import config
|
||||
|
||||
class CheckSumCalculator:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def checksum(self, string: str):
|
||||
return flask_bcrypt.generate_password_hash(string, config.bcrypt_rounds)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user