Skip to content

Commit 550f52c

Browse files
Update getoutline.py
1 parent b2cdac9 commit 550f52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

glueops/getoutline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import requests
2-
import setup_logging
2+
33
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO")
44
logger = setup_logging.configure(level=LOG_LEVEL)
55

@@ -133,4 +133,4 @@ def create_document(self, parent_document_id, title, text):
133133
return True
134134
except requests.exceptions.RequestException as e:
135135
logger.error(f"Error creating document '{title}': {e}")
136-
return False
136+
return False

0 commit comments

Comments
 (0)