pappap
This commit is contained in:
@@ -24,7 +24,8 @@ class Networking:
|
|||||||
try:
|
try:
|
||||||
response = self.output_session.get(self.server_address + path)
|
response = self.output_session.get(self.server_address + path)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error("Network exception. Could not get " + path + " " + e)
|
logging.error("Network exception. Could not get " + path)
|
||||||
|
logging.error(e)
|
||||||
self.retries += 1
|
self.retries += 1
|
||||||
sleep(config.NETWORK_SLEEP_TIME_SECONDS)
|
sleep(config.NETWORK_SLEEP_TIME_SECONDS)
|
||||||
return self.get(path)
|
return self.get(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user