Browse Source

Cleanup

-Remove white space
-Unused color
pull/2/head
Jack Sweeney 4 years ago committed by GitHub
parent
commit
92db5a7931
  1. 4
      AppendAirport.py

4
AppendAirport.py

@ -7,9 +7,9 @@ def download_font():
import requests
url = 'https://github.com/google/fonts/raw/master/apache/roboto/static/Roboto-Regular.ttf'
font = requests.get(url)
open(fontfile, 'wb').write(font.content)
except:
except:
raise("Error getting font or storing")
else:
print("Successfully got font", fontfile)

Loading…
Cancel
Save