mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [command] The selection of a sub-command is mandatory.
This commit is contained in:
parent
3b619afa17
commit
0f8b0cef1f
5 changed files with 7 additions and 5 deletions
|
@ -31,7 +31,7 @@ import argparse
|
|||
|
||||
try:
|
||||
from stegano.steganalysis import statistics
|
||||
except:
|
||||
except Exception:
|
||||
print("Install Stegano: sudo pip install Stegano")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue