Skip to content

Commit

Permalink
Merge pull request 7aman#1 from grgpw/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
7aman authored Apr 20, 2022
2 parents 13af566 + 24fba9e commit 7330684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wdpass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
import subprocess

try:
import py3_sg as py_sg
import py_sg
except ImportError as e:
print(e)
print("You need to install the 'py3_sg' module.")
print("More info: https://github.com/7aman/py3_sg")
print("You need to install the 'py_sg' module.")
print("More info: https://github.com/crypto-universe/py3_sg")
sys.exit(1)

BLOCK_SIZE = 512
Expand Down

0 comments on commit 7330684

Please sign in to comment.