chg: [command] The selection of a sub-command is mandatory.

This commit is contained in:
Cédric Bonhomme 2022-11-20 21:37:29 +01:00
parent 3b619afa17
commit 0f8b0cef1f
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 7 additions and 5 deletions

View file

@ -31,7 +31,7 @@ import argparse
try:
from stegano.steganalysis import statistics
except:
except Exception:
print("Install Stegano: sudo pip install Stegano")