Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-30 17:50:34 +02:00
parent 17f66117bd
commit efd3e5870e

View File

@@ -543,8 +543,7 @@ def sync_feeds(args):
for tweet in reversed(tweets):
tweet_time = arrow.get(tweet.created_on)
#if tweet_time <= last_bsky_time:
if False:
if tweet_time <= last_bsky_time:
continue
logging.info(f"📝 Found new tweet from {tweet_time}. Posting to Bluesky...")