We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 002dc48 + 17a27b9 commit f2b3511Copy full SHA for f2b3511
studentvue/StudentVue.py
@@ -50,7 +50,7 @@ def __init__(self,
50
51
parse_result = urlparse(district_domain)
52
if parse_result.scheme:
53
- self.district_domain = parse_result.netloc
+ self.district_domain = parse_result.netloc + parse_result.path
54
else:
55
self.district_domain = parse_result.path
56
if self.district_domain[len(self.district_domain) - 1] == '/':
0 commit comments