Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BitTheByte committed Apr 13, 2024
1 parent c394a33 commit 2a3a91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitorizer/inventory/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def at_start(sender, **k):
PeriodicTask.objects.get_or_create(
name=task.name,
task=task.name,
interval=schedule,
defaults={"interval": schedule},
)


Expand Down

0 comments on commit 2a3a91a

Please sign in to comment.