Skip to content

Commit

Permalink
Test commit #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jzone3 committed Jul 12, 2022
1 parent e908cff commit b95a598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from magniv.core import task
from datetime import datetime


@task(schedule="@hourly")
def hello_world():
print("Hello world, the time is {}".format(datetime.now()))
Expand Down

0 comments on commit b95a598

Please sign in to comment.