Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvdb committed Feb 18, 2022
1 parent b095a36 commit a54c76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/static/js/satellite_tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,6 @@

$(document).ready(function () {
getSatelliteList();
connectWS("ws://192.168.0.250:1880/ws/rotator", rotatorConnectionOpen, rotatorConnectionClosed, rotatorConnectionMessageReceived);
connectWS("ws://localhost:1880/ws/rotator", rotatorConnectionOpen, rotatorConnectionClosed, rotatorConnectionMessageReceived);
});

2 changes: 1 addition & 1 deletion db_create.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from app import db
from app.models import Satellite, SatelliteCollection,
from app.models import SatelliteCollection

db.create_all()

Expand Down

0 comments on commit a54c76a

Please sign in to comment.