mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 19:30:11 +01:00
getting display working
This commit is contained in:
@@ -55,7 +55,7 @@ logger = setup_logging()
|
||||
|
||||
######## sets paths and constants ########
|
||||
PATH_TO_DATA_OBJECTS = get_the_current_dir_path()
|
||||
PATH_TO_BROWSER = get_path_to_browser() #'/media/pi/TIM' #get_the_current_dir_path() #TODO replace this with pi path name when i know what makes sense
|
||||
PATH_TO_BROWSER = get_path_to_browser()
|
||||
EMPTY_BANK = dict(name='',location='',length=-1,start=-1,end=-1)
|
||||
|
||||
####<<<< data methods for browser tab >>>>#####
|
||||
|
||||
Reference in New Issue
Block a user