mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 13:59:13 +00:00
pyCreateTh
This commit is contained in:
@@ -63,7 +63,7 @@ def hash_file(filepath, algo='sha256', chunk_size=8192):
|
||||
for chunk in iter(lambda: f.read(chunk_size), b''):
|
||||
hasher.update(chunk)
|
||||
return hasher.hexdigest()
|
||||
|
||||
|
||||
|
||||
#####################################################################################################################################
|
||||
# Fonction pour importer un fichier SQL dans une base de données SQLite #
|
||||
|
||||
Reference in New Issue
Block a user