Add logging to sheet label
This commit is contained in:
parent
85db447af7
commit
58d1f5cd59
2
main.py
2
main.py
|
@ -259,6 +259,8 @@ def print_sheet_label(name, contact):
|
||||||
d = d.astimezone(TIMEZONE_CALGARY)
|
d = d.astimezone(TIMEZONE_CALGARY)
|
||||||
return d.strftime('%b %-d, %Y')
|
return d.strftime('%b %-d, %Y')
|
||||||
|
|
||||||
|
logging.info('Printing sheet label for: %s, contact: %s', name, contact)
|
||||||
|
|
||||||
name_size = 85
|
name_size = 85
|
||||||
contact_size = 65
|
contact_size = 65
|
||||||
date_size = 65
|
date_size = 65
|
||||||
|
|
Loading…
Reference in New Issue
Block a user