Skip to content

Commit 0e62b68

Browse files
authored
Merge pull request #15 from dannyhp1/develop
Changed default language.
2 parents 144d5af + 131e90d commit 0e62b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const PROD_POST_URL = 'https://dev.dannyhp.com:8443/execute'
1414
const POST_URL = PROD_POST_URL
1515

1616
// Default settings on page loadup.
17-
const DEFAULT_LANGUAGE = 'java'
17+
const DEFAULT_LANGUAGE = 'python'
1818
const DEFAULT_AUTOCOMPLETE = false
1919
const DEFAULT_PRACTICE = false
2020

@@ -268,4 +268,4 @@ class App extends Component {
268268
}
269269
}
270270

271-
export default App;
271+
export default App;

0 commit comments

Comments
 (0)