Commit e5a6395c authored by James Kirk's avatar James Kirk
Browse files

fix: left over workings out

parent d6b2e404
......@@ -10,7 +10,6 @@ class AuthResource(Resource):
def __init__(self):
self.token = TokenModel()
data_dir = os.getenv("DATA_DIR")
with open("/data/clients.json", "r") as clients_file:
self.clients = json.load(clients_file)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment