Skip to content

Commit

Permalink
🚑 #1 Newer version caused this error. Now fixed..!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji-Ganesh committed Jun 12, 2023
1 parent aba303a commit 77ddf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
</footer>
</body>
<!-- Socketio library and establishing connection with python flask server -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.1/socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.1/socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA==" crossorigin="anonymous"></script> -->
{% block socketio_connection %}
<script type="text/javascript" charset="utf-8">
const socket = io.connect('http://127.0.0.1:5000'); // url of the python server
Expand Down

0 comments on commit 77ddf34

Please sign in to comment.