Update buku
This commit is contained in:
parent
77e42ecde8
commit
2b330d55e8
2
buku
2
buku
@ -45,13 +45,11 @@ interrupted = False # Received SIGINT
|
||||
DELIMITER = ',' # Delimiter used to store tags in DB
|
||||
_VERSION_ = '2.3' # Program version
|
||||
|
||||
|
||||
# Crypto globals
|
||||
BLOCKSIZE = 65536
|
||||
SALT_SIZE = 32
|
||||
CHUNKSIZE = 0x80000 # Read/write 512 KB chunks
|
||||
|
||||
|
||||
# Set up logging
|
||||
logging.basicConfig(format='[%(levelname)s] %(message)s')
|
||||
logger = logging.getLogger()
|
||||
|
Loading…
x
Reference in New Issue
Block a user