Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Jan 28, 2025
1 parent 22770d9 commit db71e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_interactive_testcase(

timelimit = run.problem.settings.timelimit
timeout = run.problem.settings.timeout
memory = run.submission.memory
memory = run.problem.limits.memory

# Validator command
def get_validator_command():
Expand Down

0 comments on commit db71e7f

Please sign in to comment.