Additional logging of size
This commit is contained in:
parent
ecd99aa055
commit
194f7c544f
1 changed files with 1 additions and 1 deletions
2
scl.py
2
scl.py
|
@ -209,7 +209,7 @@ with Session(engine) as session:
|
|||
except NoResultFound:
|
||||
print("Existing record not found")
|
||||
if not event_class["is_postable"]:
|
||||
print("Outage is not considered postable, will not post")
|
||||
print("Outage is {} considered postable, will not post".format(event_class["size"]))
|
||||
continue
|
||||
else:
|
||||
# Fallback location from the SCL API in case one couldn't be reverse geocoded
|
||||
|
|
Loading…
Reference in a new issue