Skip to content

Commit a8eca71

Browse files
authored
Merge pull request #814 from RealityAnomaly/patch-1
Change import from Crypto to Cryptodome for SHA512
2 parents 8930579 + e6907cb commit a8eca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import csv
1111
import urllib.request
1212
from datetime import datetime
13-
from Crypto.Hash import SHA512
13+
from Cryptodome.Hash import SHA512
1414

1515
from progressbar.bar import ProgressBar
1616

0 commit comments

Comments
 (0)