Skip to content

Commit

Permalink
Fix logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsago-n committed Aug 10, 2024
1 parent f95abbf commit 6929b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phub/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def get(self, video: Union[str, Video]) -> Video:
Video: The corresponding video object.
'''

logger.debug('Fetching video at', video)
logger.debug(f'Fetching video at {video}')

if isinstance(video, Video):
# User might want to re-init a video,
Expand Down

0 comments on commit 6929b30

Please sign in to comment.