Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mawigh committed Mar 26, 2021
1 parent 6e414b4 commit c45487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_desktop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setup_desktop():
'-verbose',
'-xstartup', os.path.join(HERE, 'share/xstartup'),
'-geometry', '1680x1050',
'-SecurityTypes', 'TLSPlain',
'-SecurityTypes', 'None',
'-fg',
]))
return {
Expand Down

0 comments on commit c45487e

Please sign in to comment.