This commit is contained in:
2026-04-04 18:35:36 +02:00
parent 13cf9feb8a
commit 16e48fbbbb

View File

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