Skip to content

Commit 95ebe5b

Browse files
removed actual ids
1 parent 5892fae commit 95ebe5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

classroom/snippets/snippets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ def add_attachment(self):
342342
}
343343
coursework = service.courses().courseWork()
344344
coursework.studentSubmissions().modifyAttachments(
345-
courseId="5466309168",
346-
courseWorkId="28421824532",
347-
id="CgwI1Jy-rhQQlMDK8Gk",
345+
courseId="123456",
346+
courseWorkId="123456",
347+
id="123456",
348348
body=request).execute()
349349
# [END classroom_add_attachment]
350350

0 commit comments

Comments
 (0)