diff --git a/snipts/management/commands/import_snipts.py b/snipts/management/commands/import_snipts.py index fee4505..039fdbf 100644 --- a/snipts/management/commands/import_snipts.py +++ b/snipts/management/commands/import_snipts.py @@ -65,7 +65,7 @@ class Command(BaseCommand): views=snipt["views"] ) - s.created = snipt["created"], + s.created = snipt["created"] s.modified = snipt["modified"] for tag in snipt["tags"]: