Use https where applicable

This commit is contained in:
salartarium
2024-10-18 02:29:33 +00:00
committed by Ariel Rin
parent cda5ce739f
commit c5918b9b3c
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ from . import (
)
_BASE_URL = 'http://evemaps.dotlan.net'
_BASE_URL = 'https://evemaps.dotlan.net'
def _build_url(category: str, name: str) -> str: