Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f2b3511

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /