Cleanup Whitespaces and remove json from NotifyBot
This commit is contained in:
parent
304c45cf21
commit
8ca4df54c8
|
@ -7,7 +7,6 @@ os.system('cls' if os.name == 'nt' else 'clear')
|
|||
from geopy.geocoders import Nominatim
|
||||
geolocator = Nominatim(user_agent="OpenSkyBot", timeout=5)
|
||||
|
||||
import json
|
||||
import time
|
||||
from colorama import Fore, Back, Style
|
||||
import datetime
|
||||
|
|
|
@ -33,5 +33,3 @@ def pullOpenSky(TRACK_PLANE):
|
|||
else:
|
||||
plane_Dict = None
|
||||
return plane_Dict, failed
|
||||
|
||||
|
Loading…
Reference in New Issue