mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 15:49:04 +00:00
Code cleanup
This commit is contained in:
@@ -8,7 +8,7 @@ import config
|
||||
class CheckSumCalculator:
|
||||
|
||||
def checksum(self, string: str):
|
||||
return flask_bcrypt.generate_password_hash(string, 14) # todo load from config
|
||||
return flask_bcrypt.generate_password_hash(string, config.bcrypt_rounds)
|
||||
|
||||
|
||||
class DuplicateDirectoryException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user