Skip to content

Commit

Permalink
deploy: ea796bb
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 27, 2023
1 parent c6f2b82 commit dc0ad8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cron-job.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h1 id="cron-jobs"><a class="header" href="#cron-jobs">Cron Jobs</a></h1>

async def main():
website = Website(&quot;https://choosealicense.com&quot;).with_cron(&quot;1/5 * * * * *&quot;).build()
handle = await website.run_cron(Subscription);
handle = await website.run_cron(Subscription());

asyncio.run(main())
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h2 id="chrome_url"><a class="header" href="#chrome_url">CHROME_URL</a></h2>

async def main():
website = Website(&quot;https://choosealicense.com&quot;).with_cron(&quot;1/5 * * * * *&quot;).build()
handle = await website.run_cron(Subscription);
handle = await website.run_cron(Subscription());

asyncio.run(main())
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit dc0ad8f

Please sign in to comment.