From 1bf4b8e5506c1b76fa453e1ae645410a09934c76 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 2 May 2011 01:13:07 -0400 Subject: In-band registration is almost functional. -still need to hook up the data with the backend -and check all the error cases --- server/object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/object.py') diff --git a/server/object.py b/server/object.py index 7a2e46f..5773f4f 100644 --- a/server/object.py +++ b/server/object.py @@ -98,7 +98,7 @@ class ObjectReader(Object): pass class ObjectWriter(Object): - def __init__(self, owner, hash = None, content): + def __init__(self, owner, hash = None): Object.__init__(self, owner, hash) if not os.path.exists(self.owner_path): logger.error("User {} is not registered".format(self.owner)) -- cgit v1.2.3-70-g09d2