diff --git a/file2crashes/models.py b/file2crashes/models.py index 62aa65f..1688044 100644 --- a/file2crashes/models.py +++ b/file2crashes/models.py @@ -88,7 +88,7 @@ class Crashes(db.Model): return {} @staticmethod - def dump(product, channel, directory, date): + def dump(): cs = db.session.query(Crashes) r = [] for c in cs: