diff --git a/scl.py b/scl.py index 3673ae4..6a32140 100644 --- a/scl.py +++ b/scl.py @@ -209,11 +209,8 @@ with Session(engine) as session: except NoResultFound: print("Existing record not found") if not event_class["is_postable"]: - print( - "Outage is {} considered postable, will not post".format( - event_class["size"] - ) - ) + print("Outage is not considered postable, will not post") + continue else: # Fallback location from the SCL API in case one couldn't be reverse geocoded area_text = event["city"]