Skip to content

Commit

Permalink
chore: typo in print
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Jul 3, 2023
1 parent c6579bb commit 8dfddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/webpages_cronjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_job(test=True, board_id="", idList_mapping={}):
sites["Websites that may need exclusions set"] = find_sites_to_be_excluded_relative(webpages, relative_percent=3)
skip += limit

print(f"Removed {WebPageSet().count - orig_count} pages")
print(f"Removed {WebPageSet().count() - orig_count} pages")

# given list type and site, either create new card or update existing card with message of site object
print(sites)
Expand Down

0 comments on commit 8dfddf4

Please sign in to comment.