From 636b0862d0a4fb4340669e900cc2eeae726ecccd Mon Sep 17 00:00:00 2001 From: DayBr3ak Date: Fri, 29 Jul 2016 09:21:59 +0200 Subject: [PATCH] Fixed import error in api_wrapper --- pokemongo_bot/api_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemongo_bot/api_wrapper.py b/pokemongo_bot/api_wrapper.py index e00c793af8..115d7ff4f7 100644 --- a/pokemongo_bot/api_wrapper.py +++ b/pokemongo_bot/api_wrapper.py @@ -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 logger