From c983736105ba06fbae9ab8e9ca3a0a4c84f92b23 Mon Sep 17 00:00:00 2001
From: Eino Tuominen <eino@utu.fi>
Date: Mon, 31 Jan 2022 16:49:43 +0200
Subject: [PATCH] another fix

---
 Scan2Seafile/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Scan2Seafile/__init__.py b/Scan2Seafile/__init__.py
index a62cda2..7157877 100644
--- a/Scan2Seafile/__init__.py
+++ b/Scan2Seafile/__init__.py
@@ -93,9 +93,9 @@ class Scans(object):
         )
         if resp.status_code == 200:
             for u in resp.json()['users']:
-            if u['email'] == identity:
-                self.internal = True
-                break
+                if u['email'] == identity:
+                    self.internal = True
+                    break
 
         if self.internal:
             # Try to find the shared library
-- 
GitLab