update raise and trailing whitespace

This commit is contained in:
DigitalMakerCIC 2019-05-17 20:00:32 +01:00 committed by GitHub
parent 55192c08e8
commit 34f7f6cc77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ try:
from secrets import secrets
except ImportError:
print("WiFi secrets are kept in secrets.py, please add them there!")
raise
raise
#--| USER CONFIG |--------------------------
STATION_ID = "0245" # tide location, find yours from admiralty website
@ -161,4 +161,3 @@ while True:
current_yday = current_time.tm_yday
update_display(current_time, new_tides)
time.sleep(0.5)