Skip to content

Commit 0dabe6c

Browse files
set up for w3
1 parent 580fdd7 commit 0dabe6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marking_and_admin/marking_puller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
this_year="2023",
2020
rootdir="../StudentRepos",
2121
chatty=False,
22-
force_marking=False,
22+
force_marking=True,
2323
marking_spreadsheet_id=MARKING_SPREADSHEET_ID,
2424
marks_csv="marks.csv",
2525
mark_w1=True,
26-
mark_w2=False,
26+
mark_w2=True,
2727
mark_w3=False,
2828
mark_w4=False,
2929
mark_w5=False,

0 commit comments

Comments
 (0)