min=0 makes more sense than min=-1
[mediagoblin.git] / mediagoblin / auth / views.py
index 3ef1e75ff1987841d849f6cc61ff2c4929758042..c3d24c74b691f92397e44abd54cea98f13cf5c87 100644 (file)
@@ -53,7 +53,7 @@ def register(request):
             # TODO: There is no error handling in place
             send_email(
                 mgoblin_globals.email_sender_address,
-                list(entry['email']),
+                [entry['email']],
                 # TODO
                 # Due to the distributed nature of GNU MediaGoblin, we should
                 # find a way to send some additional information about the