Fixed price checker

This commit is contained in:
Felipe Martín 2015-08-31 00:41:38 +02:00
parent 20f7937e54
commit a61968b75f
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class AmiiboPrice(models.Model):
currency=self.currency,
diff=diff
)
return history.save()
return history.save()
class AmiiboPriceHistory(models.Model):