We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67de7a4 commit 8af9160Copy full SHA for 8af9160
web/pgadmin/misc/__init__.py
@@ -381,7 +381,7 @@ def upgrade_check():
381
context = ssl.create_default_context(certifi.where())
382
383
response = urlopen(url, data=data, timeout=5,
384
- context=context)
+ context=context)
385
elif os.path.exists(config.CA_FILE):
386
# Use cafile parameter for older versions
387
0 commit comments