Skip to content

Commit

Permalink
troubleshooting CI issues again again
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Jul 2, 2024
1 parent d69ba46 commit 0a2c218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lusSTR/cli/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@


if os.environ.get('DISPLAY','') == '':
print('no display found. Using :0.0')
os.environ.__setitem__('DISPLAY', ':0.0')
os.environ.__setitem__('DISPLAY', ':1.0')

# Create a global Tkinter root window
root = tk.Tk()
Expand Down

0 comments on commit 0a2c218

Please sign in to comment.