DeaD_EyE

display_hack

Aug 10th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. import os
  2. if not os.environ.get('DISPLAY'):
  3.     os.environ['DISPLAY'] = ':0'
Add Comment
Please, Sign In to add comment