remove prototype
This commit is contained in:
parent
6f51dc6766
commit
ae0c90cb8a
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
# %%
|
||||
from urllib.parse import parse_qs, urlencode, urlparse, urlunparse
|
||||
|
||||
string = "blog.dev.local-it.cloud"
|
||||
|
||||
|
||||
parsed_url = urlparse(string, scheme="https")
|
||||
print(parsed_url)
|
||||
|
||||
print(urlunparse(parsed_url))
|
||||
Loading…
Add table
Add a link
Reference in a new issue