|
|
|
@ -32,7 +32,7 @@ json.shixun_detail do
|
|
|
|
|
if game.try(:lastest_code).blank?
|
|
|
|
|
cha_path = challenge_path(shixun_challenge.challenge&.path)
|
|
|
|
|
begin
|
|
|
|
|
latest_code = git_fle_content(game.myshixun.repo_path,cha_path)
|
|
|
|
|
latest_code = git_fle_content(game.myshixun.repo_path+"11",cha_path)
|
|
|
|
|
rescue
|
|
|
|
|
latest_code = ""
|
|
|
|
|
end
|
|
|
|
|