Logger for clipper module

This commit is contained in:
Vitalii Lebedynskyi
2022-08-20 22:27:46 +03:00
parent a7b08ffa64
commit 924294c31e

View File

@@ -68,6 +68,7 @@ class Clipper:
if __name__ == "__main__":
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
args = sys.argv
if len(args) != 4:
logger.error("Wrong arguments passed")