2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00
This commit is contained in:
2021-08-01 20:58:57 +02:00
parent 83dab558d7
commit 0f11ab527f

View File

@@ -32,4 +32,3 @@ class InvenTreeExchange(SimpleExchangeBackend):
# catch connection errors # catch connection errors
except (HTTPError, URLError): except (HTTPError, URLError):
print('Encountered connection error while updating') print('Encountered connection error while updating')