This commit is contained in:
Jesse Bannon 2023-10-21 00:44:21 -07:00
parent c7a879659e
commit f756122128

View file

@ -46,6 +46,10 @@ def output_summary(subscriptions: List[Subscription]) -> None:
-------
Output summary to print
"""
if len(subscriptions) == 0:
logger.info("No subscriptions ran")
return
summary: List[str] = []
# Initialize totals to 0