Skip to content

Commit 041d1b3

Browse files
committed
that was a mistake pr, see the comments for info
1 parent 18232fd commit 041d1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scratchattach/site/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def classroom(self) -> classroom.Classroom | None:
149149
if is_closed:
150150
class_name = class_name[:-7].strip()
151151

152-
class_id = href.split('/')[2]
152+
class_id = href.split('/')[2]
153153
break
154154

155155
if class_name:

0 commit comments

Comments
 (0)