Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
ayutaz committed Dec 3, 2023
1 parent 04218ec commit 08d1b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async def main():

notion_api_key = os.environ["MIDRA_LAB_NOTION_API"]
notion_database_id = os.environ["NOTION_DATABASE_ID"]
print("notion_api_key: ", notion_api_key, ",notion_database_id: ", notion_database_id)
print(f"{notion_api_key}, {notion_database_id}")
# TODO: 使用者によって変更する
usernames = ["keisuke114", "ayousanz"]

Expand Down

0 comments on commit 08d1b33

Please sign in to comment.