Skip to content

Commit

Permalink
Add end of file line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Wolf committed Mar 26, 2024
1 parent fea5171 commit 2b80e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabbycat/options/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def on_change(sender, instance: TournamentPreferenceModel, **kwargs):
previous = TournamentPreferenceModel.objects.get(id=instance.id)
if instance.name == 'all_results_released' and previous.value is False and instance.value is True:
instance.instance.published_time = now()
instance.instance.save()
instance.instance.save()

0 comments on commit 2b80e48

Please sign in to comment.