Skip to content

Commit 490a167

Browse files
authored
Update main.py
1 parent 4a3ac4d commit 490a167

File tree

1 file changed

+2
-1
lines changed
  • github-issues-integration-notion_src

1 file changed

+2
-1
lines changed

github-issues-integration-notion_src/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ def sync_notion_to_github():
218218

219219
query = notion.databases.query(database_id=database_id)
220220
now = datetime.datetime.utcnow()
221-
221+
print(now)
222+
222223
for page in query["results"]:
223224
markdown_content = ""
224225

0 commit comments

Comments
 (0)