We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034c0ae commit c1b0fbbCopy full SHA for c1b0fbb
geonode/proxy/utils.py
@@ -53,7 +53,7 @@ def unregister_host(self, host):
53
def get_proxy_allowed_hosts(self):
54
# We register remote hosts from remote URLs at creation time, inside ImporterViewSet.create().
55
# If for some reason the creation fails we end up having stale or wrong URLs inside the registry.
56
- # We check the last time the registry was updated, and after a certain delta we reinitialize the registry
+ # We check the last time the registry was updated, and after a certain delta we reinitialize the registry
57
# which removes any URLs that are not connected to remote datasets
58
if (
59
self._last_registry_load is None
0 commit comments