Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jun 2, 2024
1 parent 2dc880c commit 210c60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ def has_rated(self, value):
@property
def reschedule_threshold(self):
return self.data[RESCHEDULE_THRESHOLD]

@reschedule_threshold.setter
def reschedule_threshold(self, value):
self.data[RESCHEDULE_THRESHOLD] = value
self.save()
self.save()

0 comments on commit 210c60e

Please sign in to comment.