Skip to content

Commit f2b3511

Browse files
authored
Merge pull request #20 from StudentVue/fix-#19
fixing #19
2 parents 002dc48 + 17a27b9 commit f2b3511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studentvue/StudentVue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self,
5050

5151
parse_result = urlparse(district_domain)
5252
if parse_result.scheme:
53-
self.district_domain = parse_result.netloc
53+
self.district_domain = parse_result.netloc + parse_result.path
5454
else:
5555
self.district_domain = parse_result.path
5656
if self.district_domain[len(self.district_domain) - 1] == '/':

0 commit comments

Comments
 (0)