We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebb52e commit 8db91c3Copy full SHA for 8db91c3
circuit_maintenance_parser/parsers/google.py
@@ -38,7 +38,7 @@ def parse_html(self, soup):
38
cid = googleaddr + "-" + span.parent.next_sibling.string.strip()
39
data["circuits"].append(CircuitImpact(circuit_id=cid, impact=Impact.OUTAGE))
40
41
- # Google sometimes send notifications without End Time specificed
+ # Google sometimes send notifications without End Time specified
42
if not end_time_explicit and data["start"]:
43
# Since start and end times cannot be equal, manufacturing end date by adding 1hr to start date
44
end_time_delta = 3600
0 commit comments