Skip to content

Commit

Permalink
fix ssl errors for freeBSD systems
Browse files Browse the repository at this point in the history
  • Loading branch information
reaver01 committed Jul 21, 2016
1 parent 4f34e0d commit fccf958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pokecli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
import argparse
import working
import time
import ssl

ssl._create_default_https_context = ssl._create_unverified_context

from pgoapi import PGoApi
from pgoapi.utilities import f2i, h2f
Expand Down

0 comments on commit fccf958

Please sign in to comment.