Merge pull request #57 from Neildagr8/patch-1

Update depix.py
This commit is contained in:
beurtschipper 2021-03-16 09:10:23 +01:00 committed by GitHub
commit ee97434e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from depixlib.functions import *
import argparse import argparse
import logging import logging
logging.basicConfig(level=logging.INFO) logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.INFO)
usage = ''' usage = '''