Skip to content

Commit

Permalink
Merge pull request #13 from Reaver01/master
Browse files Browse the repository at this point in the history
fix ssl errors for freeBSD systems
  • Loading branch information
eggins authored Jul 21, 2016
2 parents 302cbdb + fccf958 commit 0a973f7
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 0a973f7

Please sign in to comment.