Skip to content

Commit

Permalink
Merge pull request #14 from indykoning/patch-2
Browse files Browse the repository at this point in the history
Execute publisher count in the logging function
  • Loading branch information
hardillb committed Sep 30, 2023
2 parents c2c3357 + c84683f commit 83fa444
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 83fa444

Please sign in to comment.