diff --git a/rc_util.py b/rc_util.py
index e73453d6fca2bb095f50a060c53049e28c91fac8..74d8b7e57888f3e79c95303aa3e6e63ee37dd0bb 100644
--- a/rc_util.py
+++ b/rc_util.py
@@ -21,7 +21,7 @@ def add_account(username, queuename, email, full="", reason=""):
             },
     }
     )
-  rc_rmq.disconnect()
+    rc_rmq.disconnect()
 
 def worker(ch, method, properties, body):
     msg = json.loads(body)
@@ -83,4 +83,4 @@ def encode_name(uname):
     uname_quote = quote(uname)
     if "." in uname_quote:
         uname_quote = uname_quote.replace(".", "%2E")
-    return uname_quote
\ No newline at end of file
+    return uname_quote