You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.info('[x] Error while opening location file: %s' % e)
@@ -695,10 +725,10 @@ class PokemonGoBot(object):
full_path = path + '/'+ file_name
if not os.path.isfile(full_path):
self.logger.error(file_name + ' is not found! Please place it in the bots root directory or set encrypt_location in config.')
errmsg = '[x] Error while opening location file: user_web_inventory'
Also colored_logging_handler.py is not working in Windows, unless comment out below:
diff --git a/pokemongo_bot/cell_workers/utils.py b/pokemongo_bot/cell_workers/utils.py
index 946c757..eb26229 100644
--- a/pokemongo_bot/cell_workers/utils.py
+++ b/pokemongo_bot/cell_workers/utils.py
@@ -9,7 +9,7 @@ from networkx.algorithms.clique import find_cliques
import networkx as nx
import numpy as np
-init()
+#init()
`
The text was updated successfully, but these errors were encountered:
`diff --git a/pokemongo_bot/init.py b/pokemongo_bot/init.py
index 3f5c0eb..6bb26de 100644
--- a/pokemongo_bot/init.py
+++ b/pokemongo_bot/init.py
@@ -538,18 +558,28 @@ class PokemonGoBot(object):
cells = self.find_close_cells(*location)
@@ -695,10 +725,10 @@ class PokemonGoBot(object):
full_path = path + '/'+ file_name
if not os.path.isfile(full_path):
self.logger.error(file_name + ' is not found! Please place it in the bots root directory or set encrypt_location in config.')
@@ -832,8 +884,11 @@ class PokemonGoBot(object):
diff --git a/pokemongo_bot/inventory.py b/pokemongo_bot/inventory.py
index c59ba4b..cbc78b3 100644
--- a/pokemongo_bot/inventory.py
+++ b/pokemongo_bot/inventory.py
@@ -1071,8 +1071,11 @@ class Inventory(object):
i.refresh(inventory)
Also colored_logging_handler.py is not working in Windows, unless comment out below:
diff --git a/pokemongo_bot/cell_workers/utils.py b/pokemongo_bot/cell_workers/utils.py
index 946c757..eb26229 100644
--- a/pokemongo_bot/cell_workers/utils.py
+++ b/pokemongo_bot/cell_workers/utils.py
@@ -9,7 +9,7 @@ from networkx.algorithms.clique import find_cliques
import networkx as nx
import numpy as np
-init()
+#init()
`
The text was updated successfully, but these errors were encountered: