Skip to content

Commit

Permalink
修改 etcc 域名
Browse files Browse the repository at this point in the history
  • Loading branch information
comzyh committed Jan 9, 2016
1 parent 36456b3 commit c5be978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions judgesite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
'api_url'
])
mysql_setting = requests.get(
'http://etcc-server:8009/services/mysql-01/configures/production/').json()['data']
'http://etcc.in.njoj.org:8009/services/mysql-01/configures/production/').json()['data']
rabbitmq_setting = requests.get(
'http://etcc-server:8009/services/rabbitmq-01/configures/production/').json()['data']
'http://etcc.in.njoj.org:8009/services/rabbitmq-01/configures/production/').json()['data']
judge_site_setting = requests.get(
'http://etcc-server:8009/services/judge-site/configures/default/').json()['data']
'http://etcc.in.njoj.org:8009/services/judge-site/configures/default/').json()['data']

conf = Configure(
testdata_path="",
Expand Down
2 changes: 1 addition & 1 deletion judgesite/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def go(self):

self._save_result()

# self._clean_files()
self._clean_files()

def _compile_spj_exec(self):
if self.validator == 'Special Validator':
Expand Down

0 comments on commit c5be978

Please sign in to comment.