mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 06:17:41 +00:00
Consistency about whether "GMA Islands" is plural or not; widen columns on SIG list so it doesn't wrap
This commit is contained in:
@@ -118,8 +118,8 @@ class GMA(HTTPSpotProvider):
|
||||
spot.sig_refs[0].sig = "IOTA"
|
||||
spot.sig = "IOTA"
|
||||
case "GMA Island":
|
||||
spot.sig_refs[0].sig = "GMA Island"
|
||||
spot.sig = "GMA Island"
|
||||
spot.sig_refs[0].sig = "GMA Islands"
|
||||
spot.sig = "GMA Islands"
|
||||
case "Lighthouse (ILLW)":
|
||||
spot.sig_refs[0].sig = "ILLW"
|
||||
spot.sig = "ILLW"
|
||||
|
||||
Reference in New Issue
Block a user