Browse Source

Remove bracket

Joost Sijm 4 years ago
parent
commit
cc9c14100a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/__init__.py

+ 1 - 1
app/__init__.py

@@ -55,4 +55,4 @@ rrclient = LocalAuthentication(
 
 alt_rrclient = Client(
     os.environ["ALT_USERNAME"], os.environ["ALT_PASSWORD"], os.environ["ALT_LOGIN_METHOD"]
-})
+)