Sergey Mihaylin hace 10 meses
padre
commit
a94c7e5c09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/apps/webui/main.py

+ 1 - 1
backend/apps/webui/main.py

@@ -40,7 +40,7 @@ from config import (
     ENABLE_COMMUNITY_SHARING,
     AppConfig,
     OAUTH_USERNAME_CLAIM,
-    OAUTH_PICTURE_CLAIM
+    OAUTH_PICTURE_CLAIM,
 )
 
 import inspect