[fix] typo

This commit is contained in:
Laurent Peuch 2018-09-08 08:49:46 +02:00
parent 344401d130
commit 8597ba0069

View file

@ -14,7 +14,7 @@ class Repo(peewee.Model):
('other_than_working', 'Other than working'),
), default="other_than_working")
random_job_day = peewee.IntegerFieldIntegerField(null=True)
random_job_day = peewee.IntegerField(null=True)
class Meta:
database = db