mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-27 23:51:47 +00:00
bug fix
This commit is contained in:
parent
36d8cc3e92
commit
f1f2202731
@ -267,7 +267,7 @@ class _SysOptionsMeta(type):
|
|||||||
|
|
||||||
@my_property(ttl=DEFAULT_SHORT_TTL)
|
@my_property(ttl=DEFAULT_SHORT_TTL)
|
||||||
def language_names(cls):
|
def language_names(cls):
|
||||||
return [item["name"] for item in languages]
|
return [item["name"] for item in cls.languages]
|
||||||
|
|
||||||
@my_property(ttl=DEFAULT_SHORT_TTL)
|
@my_property(ttl=DEFAULT_SHORT_TTL)
|
||||||
def spj_language_names(cls):
|
def spj_language_names(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user