imseldrith commited on
Commit
b26f093
·
1 Parent(s): f97f29d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -10,7 +10,7 @@
10
  <script>
11
  function goPython(){
12
  $.ajax({
13
- url: "bot.py",
14
  context: document.body
15
  }).done(function() {
16
  alert('finished python script');;
 
10
  <script>
11
  function goPython(){
12
  $.ajax({
13
+ url: "./bot.py",
14
  context: document.body
15
  }).done(function() {
16
  alert('finished python script');;