]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 4 Jun 2023 09:07:05 +0000 (11:07 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 4 Jun 2023 09:07:05 +0000 (11:07 +0200)
- it is without slashes

fba/fba.py

index 5084f761df06e7d394d65fa08557f728cdf1d211..982cc628b3b3bb0eec1247e8aca425fb0616623b 100644 (file)
@@ -1420,7 +1420,7 @@ def tidyup_domain(domain: str) -> str:
     # No port number
     domain = re.sub("\:\d+$", "", domain)
 
-    # No protocol, sometimes with the slashes
+    # No protocol, sometimes without the slashes
     domain = re.sub("^https?\:(\/*)", "", domain)
 
     # No trailing slash