Skip to content

Commit

Permalink
Fix undefined splash
Browse files Browse the repository at this point in the history
  • Loading branch information
DylDevs authored Sep 19, 2024
1 parent b027e39 commit 16e4cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ def SetInstallToTrue():
InstallPlugins()

def CheckForONNXRuntimeChange():
global splash
change = settings.GetSettings("SwitchLaneDetectionDevice", "switchTo")
if change != None:
if not splash or splash == None:
Expand Down

0 comments on commit 16e4cdf

Please sign in to comment.