Skip to content

Commit

Permalink
Execute publisher count in the logging function
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Sep 30, 2023
1 parent c2c3357 commit c84683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cname.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():
if publisher.count() == len(cnames):
log.info("All CNAMEs published")
else:
log.warning("%d of %d published", publisher.count, len(cnames))
log.warning("%d of %d published", publisher.count(), len(cnames))

sleep(1)

Expand Down

0 comments on commit c84683f

Please sign in to comment.