mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-15 12:45:36 +00:00
var name updates
This commit is contained in:
parent
56e2239c5a
commit
7b48654c80
@ -60,9 +60,9 @@ OPERATORS = { '>': lambda v, q: v > q,
|
|||||||
|
|
||||||
UNTIS = {"B": 1, "KB": 2**10, "MB": 2**20, "GB": 2**30, "TB": 2**40}
|
UNTIS = {"B": 1, "KB": 2**10, "MB": 2**20, "GB": 2**30, "TB": 2**40}
|
||||||
|
|
||||||
MOVEPATH = ''
|
MOVE_PATH = ''
|
||||||
ARCHIVEPATH = ''
|
ARCHIVE_PATH = ''
|
||||||
OPTIMIZEDEFAULT = {'targetTagID': 'Mobile',
|
OPTIMIZE_DEFAULT = {'targetTagID': 'Mobile',
|
||||||
'deviceProfile': None,
|
'deviceProfile': None,
|
||||||
'title': None,
|
'title': None,
|
||||||
'target': "",
|
'target': "",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user