From f9db090916dab6003f894227c1353c413bae1a55 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 29 Nov 2016 23:56:14 -0500 Subject: [PATCH] Typo --- snipts/management/commands/import_snipts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]: