pyCreateTh

This commit is contained in:
Alex38Lyon
2025-06-16 07:37:02 +02:00
parent 231a5a22f3
commit 6882d52675
77 changed files with 43343 additions and 35074 deletions
+1 -1
View File
@@ -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 #