Fix label format for endless label types

Add some more documentation to config files
Create bar_codes directory to avoid IOExceptions when trying to write to non-existent directories
This commit is contained in:
2018-08-19 13:16:49 +00:00
parent 31e3442c7c
commit f155d21ae0
2 changed files with 4 additions and 2 deletions

View File

@@ -7,5 +7,7 @@ input_encoding = 'utf8'
low_credit_warning_limit = -100
user_recent_transaction_limit = 100
# See https://pypi.org/project/brother_ql/ for label types
# Set rotate to False for endless labels
label_type = "29x90"
label_rotate = True