new-features #5
1 changed files with 5 additions and 0 deletions
|
|
@ -18,3 +18,8 @@ def rmtree(root_dir: Path):
|
|||
child.unlink()
|
||||
|
||||
root_dir.rmdir()
|
||||
|
||||
|
||||
def make_url(domain: str) -> str:
|
||||
"""adds 'http://' at the beginning of a string"""
|
||||
return "https://" + domain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue