From d2c65321c288d1e8f98d0640628ee9a778474309 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 2 Feb 2023 15:19:07 +0100 Subject: [PATCH] Cleanup whitespaces. --- backend/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 7c612bfa..eea306b3 100644 --- a/backend/main.py +++ b/backend/main.py @@ -102,7 +102,6 @@ class PluginManager: loop.default_exception_handler(context) async def get_auth_token(self, request): - return Response(text=get_csrf_token()) async def load_plugins(self):