papi-projects 0.1.7__tar.gz → 0.1.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {papi_projects-0.1.7 → papi_projects-0.1.8}/PKG-INFO +1 -1
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/wrappers.py +1 -1
- {papi_projects-0.1.7 → papi_projects-0.1.8}/pyproject.toml +1 -1
- {papi_projects-0.1.7 → papi_projects-0.1.8}/README.md +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/__init__.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/mocks.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/project.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/tests/__init__.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/tests/test_project.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/tests/test_user.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/tests/test_userdb.json +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/tests/test_wrappers.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/papi/user.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/scripts/__init__.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/scripts/collate_toggl_hours.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/scripts/create_notion_project.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/scripts/create_project.py +0 -0
- {papi_projects-0.1.7 → papi_projects-0.1.8}/scripts/create_toggl_project.py +0 -0
|
@@ -710,7 +710,7 @@ class NotionWrapper(Protocol):
|
|
|
710
710
|
logger.info(f"Notion user found with page ID {user_page_id}")
|
|
711
711
|
return user_page_id
|
|
712
712
|
else:
|
|
713
|
-
logger.
|
|
713
|
+
logger.info("Notion user not found")
|
|
714
714
|
return None
|
|
715
715
|
|
|
716
716
|
def get_users(self, clients_db_id: str) -> list:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|