We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c984c commit 9ebd432Copy full SHA for 9ebd432
NextTrainDisplay.py
@@ -1,12 +1,13 @@
1
#!/usr/bin/python3
2
+"""Make a visual display that contains live information about the next trains
3
+to depart a given SEPTA Regional Rail station using SEPTA's API.
4
+"""
5
+
6
from tkinter import *
7
from tkinter import ttk
8
import urllib.request
9
import time
10
import datetime
-"""Make a visual display that contains live information about the next trains
-to depart a given SEPTA Regional Rail station using SEPTA's API.
-"""
11
12
13
def get_data_from_api():
0 commit comments