Skip to content

Commit 8db91c3

Browse files
AndriusV4jvanderaa
andauthored
Update circuit_maintenance_parser/parsers/google.py
Co-authored-by: Josh VanDeraa <josh@josh-v.com>
1 parent bebb52e commit 8db91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuit_maintenance_parser/parsers/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def parse_html(self, soup):
3838
cid = googleaddr + "-" + span.parent.next_sibling.string.strip()
3939
data["circuits"].append(CircuitImpact(circuit_id=cid, impact=Impact.OUTAGE))
4040

41-
# Google sometimes send notifications without End Time specificed
41+
# Google sometimes send notifications without End Time specified
4242
if not end_time_explicit and data["start"]:
4343
# Since start and end times cannot be equal, manufacturing end date by adding 1hr to start date
4444
end_time_delta = 3600

0 commit comments

Comments
 (0)