Skip to content

Commit 5db023e

Browse files
authored
Update main.py
Moved the response mapping higher
1 parent 707adf9 commit 5db023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/AssBind/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def AssBindExp(self, config, sub_dir, task_dir=None, block=0,
112112
keep_ratio=False)
113113
new_rem = Label(text=TRIAL_REMIND_TEXT_L, # 'F = New',
114114
font_size=s(config.INST_TITLE_FONT_SIZE),
115-
bottom=self.exp.screen.bottom + s(200),
115+
bottom=self.exp.screen.bottom + s(300),
116116
center_x=self.exp.screen.center_x - s(50),
117117
color="black")
118118
old_rem = Label(text=TRIAL_REMIND_TEXT_R, # 'H = Old',

0 commit comments

Comments
 (0)