Remove unused color

This commit is contained in:
Jack Sweeney 2020-11-21 16:46:02 +00:00 committed by GitHub
parent 4a771a8bbc
commit 222f4d11dd
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ def append_airport(filename, icao, airport, distance_mi):
black = 'rgb(0, 0, 0)' # Black
white = 'rgb(255, 255, 255)' # White
navish = 'rgb(0, 63, 75)'
whitish = 'rgb(248, 248, 248)'
#Info Box
draw.rectangle(((316, 760), (605, 800)), fill= white, outline=black)
#Header Box