Skip to content

Commit

Permalink
Fixed import error in api_wrapper (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayBr3ak authored and elicwhite committed Jul 29, 2016
1 parent ebcbed3 commit 3e6edf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/api_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# api_wrapper.py

from pgoapi import PGoApi
from pgoapi.exceptions import NotLoggedInException
from pgoapi.exceptions import NotLoggedInException, ServerBusyOrOfflineException
from human_behaviour import sleep
import time
import logger
Expand Down

0 comments on commit 3e6edf6

Please sign in to comment.