brother_ql_create: logger missing

This commit is contained in:
Philipp Klaus
2016-11-13 02:22:19 +01:00
parent 7186be08ef
commit cc7db1ad2b

View File

@@ -16,6 +16,8 @@ try:
except:
stdout = sys.stdout
logger = logging.getLogger(__name__)
def main():
parser = argparse.ArgumentParser()
parser.add_argument('image', help='The image file to create a label from.')