Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Add comma between passed variables in doc #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ create the interval object::

periodic = PeriodicTask(
name='Importing contacts',
task="proj.import_contacts"
task="proj.import_contacts",
interval=PeriodicTask.Interval(every=10, period="seconds") # executes every 10 seconds.
)
periodic.save()
Expand Down