Skip to content

Commit

Permalink
Update GUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ISS-Mimic authored Nov 6, 2023
1 parent 51ade93 commit ba9e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pi/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import math #used for math
import glob #used to parse serial port names
import sqlite3 #used to access ISS telemetry database
import arrow #used for timezone conversion in orbit pass predictions
import pytz #used for timezone conversion in orbit pass predictions
from bs4 import BeautifulSoup #used to parse webpages for data (EVA stats, ISS TLE)
import ephem #used for TLE orbit information on orbit screen
import serial #used to send data over serial to arduino
Expand Down

0 comments on commit ba9e9c5

Please sign in to comment.