Skip to content

Commit

Permalink
Fix python3 compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
soobinjeon authored and lovezerocoke committed Nov 1, 2021
1 parent 9568c0a commit fde7ea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion judge/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion oj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
'rest_framework',
'django_dramatiq',
'django_dbconn_retry',
'django_crontab',
]

if production_env:
Expand Down

0 comments on commit fde7ea7

Please sign in to comment.