update raise and trailing whitespace
This commit is contained in:
parent
55192c08e8
commit
34f7f6cc77
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue