Skip to content

Commit

Permalink
disable ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC committed May 4, 2024
1 parent 4d9f3f1 commit 494a8c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pg3d-injector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import subprocess
import os

import ssl

# Disable SSL certificate verification globally
ssl._create_default_https_context = ssl._create_unverified_context


# pyinstaller fix?
env = dict(os.environ) # make a copy of the environment
lp_key = 'LD_LIBRARY_PATH' # for GNU/Linux and *BSD.
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Pillow
vdf

0 comments on commit 494a8c5

Please sign in to comment.