mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-15 04:40:08 +01:00
trying to make it run on both a computer of local deving and the pi
This commit is contained in:
@@ -261,7 +261,11 @@ canvas.pack()
|
||||
|
||||
data = data_centre.data()
|
||||
|
||||
video_driver = video_centre.video_driver(canvas)
|
||||
try:
|
||||
video_driver = video_centre.video_driver(canvas)
|
||||
except Exception as e:
|
||||
logger.error(traceback.format_exc())
|
||||
logger.error(str(e))
|
||||
|
||||
last_scene = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user