More documentation.
[nodemanager.git] / nm.py
diff --git a/nm.py b/nm.py
index fa527da..14a13c5 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -27,8 +27,8 @@ def run():
     try:
         if options.daemon: tools.daemon()
 
-        accounts.register_account_type(sliver.Sliver)
-        accounts.register_account_type(delegate.Delegate)
+        accounts.register_class(sliver.Sliver)
+        accounts.register_class(delegate.Delegate)
 
         other_pid = tools.pid_file()
         if other_pid != None: