Set default save template to one without subfolders. Helps with readers that don't support them, such as K4A

This commit is contained in:
Charles Haley 2012-09-09 13:17:15 +02:00
parent 18ee0e2357
commit f967610679

View File

@ -84,6 +84,8 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
PREFIX = ''
BACKLOADING_ERROR_MESSAGE = None
SAVE_TEMPLATE = '{title} - {authors} ({id})'
# Some network protocol constants
BASE_PACKET_LEN = 4096
PROTOCOL_VERSION = 1