Skip to content

Commit 56e86b4

Browse files
committed
fixing errors
1 parent a1c8789 commit 56e86b4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

__pycache__/functions.cpython-36.pyc

36 Bytes
Binary file not shown.

functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def get_folder_name(base_url) -> object:
6060
:param base_url:
6161
:rtype: object
6262
"""
63+
base_url=urllib.parse.urlparse(base_url).netloc
6364
parts = base_url.split(".")
6465
if len(parts) == 3:
6566
return parts[1]

0 commit comments

Comments
 (0)