update video_player to take start and end values

This commit is contained in:
langolierz
2018-01-04 00:30:01 +00:00
parent 4b2c086e7d
commit 6fe19801c8
5 changed files with 22 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ def get_path_to_browser():
logger = setup_logging()
######## sets paths and constants ########
PATH_TO_DATA_OBJECTS = '{}\\data_objects\\'.format(get_the_current_dir_path())
PATH_TO_DATA_OBJECTS = '{}data_objects/'.format(get_the_current_dir_path())
PATH_TO_BROWSER = get_path_to_browser()
EMPTY_BANK = dict(name='',location='',length=-1,start=-1,end=-1)
DEV_MODE = read_json(SETTINGS_JSON)[6]["value"]