mirror of
https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git
synced 2024-11-09 16:38:48 +00:00
fix: remove python2
This commit is contained in:
parent
7b2a37d48c
commit
e92475e70a
@ -4,7 +4,7 @@
|
||||
|
||||
define('LUOGU_BASE_URL', 'https://www.luogu.com.cn');
|
||||
define('LUOGU_API_BASEURL', 'https://open-v1.lgapi.cn');
|
||||
define('LUOGU_SUPPORTED_LANGUAGES', array('C', 'C++', 'C++11', 'Java8', 'Pascal', 'Python2', 'Python3'));
|
||||
define('LUOGU_SUPPORTED_LANGUAGES', array('C', 'C++', 'C++11', 'Java8', 'Pascal', 'Python3'));
|
||||
define('LUOGU_USER_AGENT', 'UniversalOJ/1.0 UOJ-Luogu-RemoteJudge/1.0 ( https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge )');
|
||||
|
||||
function parseLuoguProblemData($problem) {
|
||||
|
Loading…
Reference in New Issue
Block a user