From fde7ea74acf434ad6e5ce3ee05a70515670f29b8 Mon Sep 17 00:00:00 2001 From: Park Date: Mon, 1 Nov 2021 09:24:44 +0000 Subject: [PATCH] Fix python3 compile error --- judge/languages.py | 2 +- oj/settings.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/judge/languages.py b/judge/languages.py index 35276a1..8947d58 100755 --- a/judge/languages.py +++ b/judge/languages.py @@ -160,7 +160,7 @@ //APPEND END""", "compile": { "src_name": "solution.py", - "exe_name": "__pycache__/solution.cpython-35.pyc", + "exe_name": "__pycache__/solution.cpython-36.pyc", "max_cpu_time": 3000, "max_real_time": 10000, "max_memory": 128 * 1024 * 1024, diff --git a/oj/settings.py b/oj/settings.py index 34c13ae..407eb51 100755 --- a/oj/settings.py +++ b/oj/settings.py @@ -35,7 +35,6 @@ 'rest_framework', 'django_dramatiq', 'django_dbconn_retry', - 'django_crontab', ] if production_env: