1
0

Code coverage
All checks were successful
Python Ruff Code Quality / ruff (push) Successful in 23s
Run Python tests (through Pytest) / Test (push) Successful in 30s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s

This commit is contained in:
Jon Michael Aanes 2024-11-09 17:57:53 +01:00
parent cf6ef584a0
commit e5b73f9930
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -268,7 +268,7 @@ def re_social_subdomain(main_domain: str) -> SocialPathFormat:
def re_social_path(main_domain: str) -> str: def re_social_path(main_domain: str) -> str:
return social_path_format(main_domain).regex return re_social_path_adv(main_domain, RE_ID)
def re_social_path_adv(main_domain: str, *path: str) -> str: def re_social_path_adv(main_domain: str, *path: str) -> str: