This commit is contained in:
2026-05-10 06:59:35 +00:00
parent 1ccaf34740
commit c073b247e2

View File

@@ -3334,10 +3334,10 @@ def sync_feeds(args):
logging.error(f"❌ Failed to post tweet to Bluesky: {e}") logging.error(f"❌ Failed to post tweet to Bluesky: {e}")
browser.close() browser.close()
except Exception as e: except Exception as e:
logging.error(f"❌ Failed to post tweet to Bluesky: {e}") logging.error(f"❌ Failed to post tweet to Bluesky: {e}")
browser.close() browser.close()
# This must be indented 8 spaces (inside the try block) # This must be indented 8 spaces (inside the try block)
logging.info(f"✅ Sync complete. Posted {new_posts} new updates.") logging.info(f"✅ Sync complete. Posted {new_posts} new updates.")