Skip to content

Commit

Permalink
Add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Apr 3, 2024
1 parent 4daa1a5 commit ee464c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ async def main():
print(f"Error loading plugin class: {e}")
continue

print(f"Fetching listings for {plugin_config['name']}...")

listings = await plugin.fetch_listings()
if not listings:
continue
Expand Down

0 comments on commit ee464c9

Please sign in to comment.