Sergey Mihaylin 10 months ago
parent
commit
a94c7e5c09
1 changed files with 1 additions and 1 deletions
  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